mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 18:57:29 +08:00
idac: fix incorrect game_cfg variable name
This commit is contained in:
@@ -162,8 +162,8 @@ class IDACServlet(BaseServlet):
|
|||||||
resp = {
|
resp = {
|
||||||
"status_code": "0",
|
"status_code": "0",
|
||||||
# Only IPv4 is supported
|
# Only IPv4 is supported
|
||||||
"host": self.game_config.server.matching_host,
|
"host": self.game_cfg.server.matching_host,
|
||||||
"port": self.game_config.server.matching_p2p,
|
"port": self.game_cfg.server.matching_p2p,
|
||||||
"room_name": "INDTA",
|
"room_name": "INDTA",
|
||||||
"state": 1,
|
"state": 1,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user