forked from Hay1tsme/artemis
mai2: correct game code check when not encrypted and enable encrypted only
This commit is contained in:
@ -425,7 +425,7 @@ class Mai2Servlet(BaseServlet):
|
||||
and self.game_cfg.crypto.encrypted_only
|
||||
and (
|
||||
# SDEZ start from 1.10, SDGA and SDGB keep use encryption from 1.00
|
||||
internal_ver >= Mai2Constants.VER_MAIMAI_DX_PLUS or game_code != "SDEZ"
|
||||
internal_ver >= Mai2Constants.VER_MAIMAI_DX_PLUS or (game_code == "SDGA" or game_code == "SDGB")
|
||||
)
|
||||
):
|
||||
self.logger.error(
|
||||
|
Reference in New Issue
Block a user