Begin remigrate to Shiroha
uhm
This commit is contained in:
@@ -15,9 +15,9 @@ index 58b9ff1141c62f5d35bfa5da9a02a043b84ec0d9..afb81d3e2cc64bb49a0512cdf857bb44
|
||||
- final ReloadCommand reload = new ReloadCommand("reload");
|
||||
- this.knownCommands.put("bukkit:reload", reload);
|
||||
- this.knownCommands.put("bukkit:rl", reload);
|
||||
+ //final ReloadCommand reload = new ReloadCommand("reload"); // Camellia - Force disable reload command and api
|
||||
+ //this.knownCommands.put("bukkit:reload", reload); // Camellia - Force disable reload command and api
|
||||
+ //this.knownCommands.put("bukkit:rl", reload); // Camellia - Force disable reload command and api
|
||||
//register("bukkit", new co.aikar.timings.TimingsCommand("timings")); // Camellia - Disable timings warn msg and commands
|
||||
+ //final ReloadCommand reload = new ReloadCommand("reload"); // Shiroha - Force disable reload command and api
|
||||
+ //this.knownCommands.put("bukkit:reload", reload); // Shiroha - Force disable reload command and api
|
||||
+ //this.knownCommands.put("bukkit:rl", reload); // Shiroha - Force disable reload command and api
|
||||
//register("bukkit", new co.aikar.timings.TimingsCommand("timings")); // Shiroha - Disable timings warn msg and commands
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user