+ fixed
This commit is contained in:
parent
2791f90c9c
commit
a6b4246bd3
@ -16,6 +16,10 @@ public abstract class NMSHandler {
|
||||
|
||||
private static NMSHandler handler;
|
||||
|
||||
public static NMSHandler getHandler() {
|
||||
return handler;
|
||||
}
|
||||
|
||||
static void init() {
|
||||
try {
|
||||
handler = (NMSHandler) SimpleVersionControl.createNMS("me.skymc.taboolib.common.nms.NMSHandlerImpl").translate().newInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user