forked from Hay1tsme/artemis
begin move
This commit is contained in:
@ -11,8 +11,8 @@ class OngekiSummer(OngekiBase):
|
||||
super().__init__(core_cfg, game_cfg)
|
||||
self.version = OngekiConstants.VER_ONGEKI_SUMMER
|
||||
|
||||
def handle_get_game_setting_api_request(self, data: Dict) -> Dict:
|
||||
ret = super().handle_get_game_setting_api_request(data)
|
||||
async def handle_get_game_setting_api_request(self, data: Dict) -> Dict:
|
||||
ret = await super().handle_get_game_setting_api_request(data)
|
||||
ret["gameSetting"]["dataVersion"] = "1.10.00"
|
||||
ret["gameSetting"]["onlineDataVersion"] = "1.10.00"
|
||||
return ret
|
||||
|
Reference in New Issue
Block a user