diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-16 00:51:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-16 00:51:15 -0300 |
commit | fdfe72f2707634323226f8097dc1060f511eba1b (patch) | |
tree | e83c8f0f8fc6fc5504d83fefbdd04ff7bd0e0aa4 /npc/functions | |
parent | c80e4d95db756c941ccc8d0ea3813971cc0672ca (diff) | |
download | serverdata-fdfe72f2707634323226f8097dc1060f511eba1b.tar.gz serverdata-fdfe72f2707634323226f8097dc1060f511eba1b.tar.bz2 serverdata-fdfe72f2707634323226f8097dc1060f511eba1b.tar.xz serverdata-fdfe72f2707634323226f8097dc1060f511eba1b.zip |
Fix other bugs detected
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/timer.txt | 2 |
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; } |