
Exception: Abstraction Enum Verification Thread (build 1456)
roychri opened this issue ยท 1 comments
Build Artifact: 1456
An error is logged at startup but everything seems to be working.
Error when starting the server:
2013-04-12 12:07:37 [SEVERE] Exception in thread "Abstraction Enum Verification Thread"
2013-04-12 12:07:37 [SEVERE] java.lang.Error: CommandHelper: The method with signature public static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot getConvertor() was not found in class java.lang.Class Please add the following code:
private static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot instance;
public static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot getConvertor(){
if(instance == null){
instance = new com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot();
}
return instance;
}
If you do not know what error is, please report this to the developers.
2013-04-12 12:07:37 [SEVERE] at com.laytonsmith.abstraction.Implementation$1.run(Implementation.java:79)
2013-04-12 12:07:37 [SEVERE] at java.lang.Thread.run(Thread.java:722)