mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 16:42:03 -07:00
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