mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-09 00:51:39 +01:00
parent
6992843028
commit
33d40b06c2
@ -1421,6 +1421,11 @@ public final class CraftServer implements Server {
|
||||
saveConfig();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getHideOnlinePlayers() {
|
||||
return console.hidesOnlinePlayers();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getOnlineMode() {
|
||||
return console.usesAuthentication();
|
||||
|
Loading…
Reference in New Issue
Block a user