Replace a net.minecraft accessor with a public attr.
This commit is contained in:
committed by
Erik Broes
parent
5aa95ee469
commit
f789c9e744
@@ -148,7 +148,7 @@ public final class CraftServer implements Server {
|
||||
}
|
||||
|
||||
public int getMaxPlayers() {
|
||||
return server.getMaxPlayers();
|
||||
return server.e;
|
||||
}
|
||||
|
||||
public PluginManager getPluginManager() {
|
||||
|
||||
Reference in New Issue
Block a user