Move RenderManager interaction to Post Init ( fixes some kind of weird conflict with a key bind mod )

This commit is contained in:
AlgorithmX2
2014-04-19 20:41:43 -05:00
parent 3d06bb3ba5
commit cb42ce164c
4 changed files with 13 additions and 0 deletions
+6
View File
@@ -72,6 +72,12 @@ public class ServerHelper extends CommonHelper
}
@Override
public void postinit()
{
}
@Override
public World getWorld()
{