mai2: remove dx movieServerUri, deliverServerUri and usbDlServerUri defined

dx and newer version request these but no used, they are just exist in game code, only found `oldServerUrl` used in SDEZ 1.00, this should also fix SDGA and SDGB try to visit `ServerUrl + movieServerUrl` although that just because of SEGA shit code
This commit is contained in:
zaphkito 2024-04-11 08:35:13 +00:00
parent ed4031feca
commit 85c14225d5
1 changed files with 3 additions and 3 deletions

View File

@ -48,10 +48,10 @@ class Mai2DX(Mai2Base):
"rebootEndTime": reboot_end,
"movieUploadLimit": 100,
"movieStatus": 1,
"movieServerUri": self.old_server + "movie/",
"deliverServerUri": self.old_server + "deliver/" if self.can_deliver and self.game_config.deliver.enable else "",
"movieServerUri": "",
"deliverServerUri": "",
"oldServerUri": self.old_server + "old",
"usbDlServerUri": self.old_server + "usbdl/" if self.can_deliver and self.game_config.deliver.udbdl_enable else "",
"usbDlServerUri": "",
"rebootInterval": 0,
},
"isAouAccession": False,