mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-04 14:47:29 +08:00
Fixed typo with game_cfg/game_config
This resulted in an exception on Plost and earlier, leading to games not actually working.
This commit is contained in:
@@ -187,7 +187,7 @@ class ChuniBase:
|
|||||||
"gameMessageList": [{
|
"gameMessageList": [{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"message": f"Welcome to {self.core_cfg.server.name} network!" if not self.game_config.server.news_msg else self.game_config.server.news_msg,
|
"message": f"Welcome to {self.core_cfg.server.name} network!" if not self.game_cfg.server.news_msg else self.game_cfg.server.news_msg,
|
||||||
"startDate": "2017-12-05 07:00:00.0",
|
"startDate": "2017-12-05 07:00:00.0",
|
||||||
"endDate": "2099-12-31 00:00:00.0"
|
"endDate": "2099-12-31 00:00:00.0"
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user