Fixed NPE on Player related methods in CraftServer

This commit is contained in:
Dinnerbone
2011-01-03 19:41:23 +00:00
parent fd5892db51
commit b7f7c3ffb5
3 changed files with 6 additions and 9 deletions

View File

@@ -90,8 +90,6 @@ implements ICommandListener, Runnable {
a.warning("To change this, set \"online-mode\" to \"true\" in the server.settings file.");
}
server = new CraftServer(this, "1.1"); // CraftBukkit
f = new ServerConfigurationManager(this);
k = new EntityTracker(this);
String s1 = d.a("level-name", "world");