summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-21 19:33:21 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-21 19:33:21 -0300
commit462fadeff04006946f0993f10e30ae1a94427c68 (patch)
tree4ec8b4b1470deb7acbb59c5381d4a9b143140827
parent8ed3de6efe1dd9c4705006fe2f1132a2126dc26f (diff)
downloadserverdata-462fadeff04006946f0993f10e30ae1a94427c68.tar.gz
serverdata-462fadeff04006946f0993f10e30ae1a94427c68.tar.bz2
serverdata-462fadeff04006946f0993f10e30ae1a94427c68.tar.xz
serverdata-462fadeff04006946f0993f10e30ae1a94427c68.zip
Fix typo on Test Server only
-rw-r--r--npc/commands/super-menu.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt
index e20d4501c..3e70cdac3 100644
--- a/npc/commands/super-menu.txt
+++ b/npc/commands/super-menu.txt
@@ -226,7 +226,7 @@ function script SchedRestart {
atcommand("@serverexit 101");
}
- kamibroadcast("A restart has been scheduled to about %s.", FuzzyTime($SCHED_RESTART));
+ kamibroadcast(sprintf("A restart has been scheduled to about %s.", FuzzyTime($SCHED_RESTART)));
}
return;
}