1
0
Fork 0

pokken: fix a crash that happens when the game is disabled

This commit is contained in:
Hay1tsme 2023-03-09 13:46:28 -05:00
parent e9ffd95435
commit 2033bc897f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class PokkenServlet(resource.Resource):
)
if not game_cfg.server.enable:
return (False, "", "")
return (False, "")
return (True, "PKFN")