summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}