Minor fix for server check

This commit is contained in:
angelblue05 2015-05-06 17:58:31 -05:00
parent 784f35bfd9
commit 1b430e1090
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class Service():
if user.getServer() == "":
pass
elif not user.getPublicUsers():
elif user.getPublicUsers() == False:
# Server is not online, suppress future warning
if self.server_online:
WINDOW.setProperty("Server_online", "false")