1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-16 18:31:53 +01:00

Replace a net.minecraft accessor with a public attr.

By: Stéphan Kochen <stephan@kochen.nl>
This commit is contained in:
CraftBukkit/Spigot 2011-02-12 15:57:31 +01:00
parent c5f9d74807
commit afd79ce40e

View file

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