mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 09:17:28 +08:00
[ongeki] Set a new maintenance time
This commit is contained in:
@@ -36,8 +36,10 @@ public class GetGameSettingHandler implements BaseHandler {
|
|||||||
"1.05.00",
|
"1.05.00",
|
||||||
false,
|
false,
|
||||||
10,
|
10,
|
||||||
LocalDateTime.now().minusHours(5),
|
// So I test the game code that the game just
|
||||||
LocalDateTime.now().minusHours(2),
|
// can't run over 24 hour? Patch the isAutoRebootNeeded return false instead.
|
||||||
|
LocalDateTime.now().minusMinutes(1).minusSeconds(1),
|
||||||
|
LocalDateTime.now().minusMinutes(1),
|
||||||
false,
|
false,
|
||||||
300,
|
300,
|
||||||
300,
|
300,
|
||||||
|
|||||||
Reference in New Issue
Block a user