From 3ce59ce8c6a65395fcc57e22a76932ad6b7b7d6a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 14 Jul 2020 21:02:54 -0300 Subject: SECURITY PATCH --- npc/commands/super-menu.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2