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:
parent
28b41663ea
commit
608ef2636e
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@ public final class CraftServer implements Server {
|
|||
return matchedPlayers;
|
||||
}
|
||||
|
||||
public int getMaxPlayers() {
|
||||
return server.getMaxPlayers();
|
||||
}
|
||||
|
||||
public PluginManager getPluginManager() {
|
||||
return pluginManager;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue