summaryrefslogtreecommitdiff
path: root/npc/functions/timer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/timer.txt')
-rw-r--r--npc/functions/timer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/timer.txt b/npc/functions/timer.txt
index 5d7466d0f..cd1684b94 100644
--- a/npc/functions/timer.txt
+++ b/npc/functions/timer.txt
@@ -33,7 +33,7 @@ function script areatimer2 {
function script addtimer2 {
deltimer(getarg(1));
addtimer(getarg(0), getarg(1));
- return .@i;
+ return;
}