add special-case ping handlers to mai2, ongeki and chuni

This commit is contained in:
2023-03-09 10:52:49 -05:00
parent 6dcd7b67ef
commit c8d4bc6109
5 changed files with 9 additions and 6 deletions

View File

@ -21,9 +21,6 @@ class ChuniBase():
self.game = ChuniConstants.GAME_CODE
self.version = ChuniConstants.VER_CHUNITHM
def handle_ping_request(self, data: Dict) -> Dict:
return {"returnCode": 1}
def handle_game_login_api_request(self, data: Dict) -> Dict:
#self.data.base.log_event("chuni", "login", logging.INFO, {"version": self.version, "user": data["userId"]})
return { "returnCode": 1 }