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:
parent
c5f9d74807
commit
afd79ce40e
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public final class CraftServer implements Server {
|
|||
}
|
||||
|
||||
public int getMaxPlayers() {
|
||||
return server.getMaxPlayers();
|
||||
return server.e;
|
||||
}
|
||||
|
||||
public PluginManager getPluginManager() {
|
||||
|
|
Loading…
Add table
Reference in a new issue