избавляемся от рефлексии: CommnadManager: register
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package org.bukkit.craftbukkit.v1_12_R1;
|
||||
|
||||
import org.bukkit.command.SimpleCommandMap;
|
||||
|
||||
public class CraftServer {
|
||||
|
||||
public SimpleCommandMap getCommandMap() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user