doesnt send empty queue message if the server is offline/full/etc

This commit is contained in:
ajgeiss0702
2020-07-02 20:10:57 -07:00
parent 1192ed9172
commit cc13721c74
3 changed files with 9 additions and 7 deletions
@@ -92,6 +92,9 @@ public class Server {
public boolean getWhitelisted() {
return whitelisted;
}
public boolean isWhitelisted() {
return whitelisted;
}
public List<String> getWhitelistedPlayers() {
return whitelistedplayers;
}