Fixed double client commands
This commit is contained in:
@@ -829,7 +829,6 @@ public class ServerControl implements ApplicationListener{
|
||||
});
|
||||
|
||||
mods.eachClass(p -> p.registerServerCommands(handler));
|
||||
mods.eachClass(p -> p.registerClientCommands(netServer.clientCommands));
|
||||
}
|
||||
|
||||
private void readCommands(){
|
||||
|
||||
Reference in New Issue
Block a user