diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-21 19:33:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-21 19:33:21 -0300 |
commit | 462fadeff04006946f0993f10e30ae1a94427c68 (patch) | |
tree | 4ec8b4b1470deb7acbb59c5381d4a9b143140827 /npc | |
parent | 8ed3de6efe1dd9c4705006fe2f1132a2126dc26f (diff) | |
download | serverdata-462fadeff04006946f0993f10e30ae1a94427c68.tar.gz serverdata-462fadeff04006946f0993f10e30ae1a94427c68.tar.bz2 serverdata-462fadeff04006946f0993f10e30ae1a94427c68.tar.xz serverdata-462fadeff04006946f0993f10e30ae1a94427c68.zip |
Fix typo on Test Server only
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 2 |
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; } |