summaryrefslogtreecommitdiff
path: root/npc/functions/timer.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-16 00:51:15 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-16 00:51:15 -0300
commitfdfe72f2707634323226f8097dc1060f511eba1b (patch)
treee83c8f0f8fc6fc5504d83fefbdd04ff7bd0e0aa4 /npc/functions/timer.txt
parentc80e4d95db756c941ccc8d0ea3813971cc0672ca (diff)
downloadserverdata-fdfe72f2707634323226f8097dc1060f511eba1b.tar.gz
serverdata-fdfe72f2707634323226f8097dc1060f511eba1b.tar.bz2
serverdata-fdfe72f2707634323226f8097dc1060f511eba1b.tar.xz
serverdata-fdfe72f2707634323226f8097dc1060f511eba1b.zip
Fix other bugs detected
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;
}