Removed alias
This commit is contained in:
parent
fb67d7c6c4
commit
17d8c5e4e2
|
|
@ -71,7 +71,7 @@ public class DiscordLink {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void loadCommands() {// all (proxy)commands go here
|
public void loadCommands() {// all (proxy)commands go here
|
||||||
server.getCommandManager().register("discord", new MinecraftCommand(), "discordlink");
|
server.getCommandManager().register("discord", new MinecraftCommand());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void loadEvents() {
|
public void loadEvents() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user