summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-29 16:22:45 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-29 16:22:45 -0300
commit040eccb569d4acc47c001901721929fb8f155c8c (patch)
treebed4b24719313bc0c506da7a874dbd406eb32452
parent20194e94d6e658a61ce86fe6194365a44b60da75 (diff)
downloadserverdata-040eccb569d4acc47c001901721929fb8f155c8c.tar.gz
serverdata-040eccb569d4acc47c001901721929fb8f155c8c.tar.bz2
serverdata-040eccb569d4acc47c001901721929fb8f155c8c.tar.xz
serverdata-040eccb569d4acc47c001901721929fb8f155c8c.zip
Fix typo
-rw-r--r--npc/017-1/drowned_man.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt
index dcbecab14..81fe216c3 100644
--- a/npc/017-1/drowned_man.txt
+++ b/npc/017-1/drowned_man.txt
@@ -101,7 +101,7 @@ OnInit:
end;
// Rate-limited? (3 seconds rate limit)
- if (@nojump <= gettimetick(0)+3)
+ if (@nojump >= gettimetick(0)+3)
end;
mesc l("Are you really going to jump here?");