mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-04 14:47:29 +08:00
pokken: fix a crash that happens when the game is disabled
This commit is contained in:
@@ -90,7 +90,7 @@ class PokkenServlet(resource.Resource):
|
||||
)
|
||||
|
||||
if not game_cfg.server.enable:
|
||||
return (False, "", "")
|
||||
return (False, "")
|
||||
|
||||
return (True, "PKFN")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user