doesnt send empty queue message if the server is offline/full/etc
This commit is contained in:
@@ -92,6 +92,9 @@ public class Server {
|
||||
public boolean getWhitelisted() {
|
||||
return whitelisted;
|
||||
}
|
||||
public boolean isWhitelisted() {
|
||||
return whitelisted;
|
||||
}
|
||||
public List<String> getWhitelistedPlayers() {
|
||||
return whitelistedplayers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user