0

избавляемся от рефлексии: CommnadManager: register

This commit is contained in:
2021-01-08 20:00:20 +03:00
parent d686f56b0c
commit f2ab5521d1
4 changed files with 15 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
package org.bukkit.craftbukkit.v1_12_R1;
import org.bukkit.command.SimpleCommandMap;
public class CraftServer {
public SimpleCommandMap getCommandMap() {
return null;
}
}