Opt: Login twice a day on cloud

This commit is contained in:
LmeSzinc 2024-06-21 13:35:13 +08:00
parent af80aa3d4c
commit f1d75967e7

View File

@ -139,6 +139,8 @@ class DungeonState(UI):
limit = 30
else:
limit = 60
if self.config.is_cloud_game:
limit = 120
# Double event is not yet finished, do it today as possible
update = get_server_next_update(self.config.Scheduler_ServerUpdate)