diff options
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r-- | npc/commands/super-menu.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 2ce9c6f5b..88f1b05bf 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -148,15 +148,15 @@ OnWed0250: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; kamibroadcast("WARNING: Server will go down for scheduled maintenance in 10 minutes!"); end; -OnMon0255: +OnWed0255: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; kamibroadcast("WARNING: Server will go down for scheduled maintenance in 5 minutes!"); end; -OnMon0259: +OnWed0259: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; kamibroadcast("WARNING: Imminent Server restart!"); end; -OnMon0300: +OnWed0300: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; atcommand("@serverexit 103"); end; |