forked from Hay1tsme/artemis
pokken: fix a crash that happens when the game is disabled
This commit is contained in:
parent
e9ffd95435
commit
2033bc897f
@ -90,7 +90,7 @@ class PokkenServlet(resource.Resource):
|
||||
)
|
||||
|
||||
if not game_cfg.server.enable:
|
||||
return (False, "", "")
|
||||
return (False, "")
|
||||
|
||||
return (True, "PKFN")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user