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

Addded: int getMaxPlayers()

By: Animosity <nullcline@gmail.com>
This commit is contained in:
CraftBukkit/Spigot 2011-02-04 14:12:33 +08:00
parent 28b41663ea
commit 608ef2636e

View file

@ -136,6 +136,10 @@ public final class CraftServer implements Server {
return matchedPlayers;
}
public int getMaxPlayers() {
return server.getMaxPlayers();
}
public PluginManager getPluginManager() {
return pluginManager;
}