Fixed command paths
This commit is contained in:
parent
e7531fd830
commit
31a81d7849
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ public abstract class DiscordMCCommandBase extends TBMCCommandBase {
|
|||
|
||||
@Override
|
||||
public String GetCommandPath() {
|
||||
return "discord/" + GetDiscordCommandPath();
|
||||
return "discord " + GetDiscordCommandPath();
|
||||
}
|
||||
|
||||
public abstract String GetDiscordCommandPath();
|
||||
|
|
Loading…
Reference in a new issue