Replace a net.minecraft accessor with a public attr.

This commit is contained in:
Stéphan Kochen
2011-02-12 15:57:31 +01:00
committed by Erik Broes
parent 5aa95ee469
commit f789c9e744
2 changed files with 2 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ public final class CraftServer implements Server {
}
public int getMaxPlayers() {
return server.getMaxPlayers();
return server.e;
}
public PluginManager getPluginManager() {