diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-29 16:22:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-29 16:22:45 -0300 |
commit | 040eccb569d4acc47c001901721929fb8f155c8c (patch) | |
tree | bed4b24719313bc0c506da7a874dbd406eb32452 /npc | |
parent | 20194e94d6e658a61ce86fe6194365a44b60da75 (diff) | |
download | serverdata-040eccb569d4acc47c001901721929fb8f155c8c.tar.gz serverdata-040eccb569d4acc47c001901721929fb8f155c8c.tar.bz2 serverdata-040eccb569d4acc47c001901721929fb8f155c8c.tar.xz serverdata-040eccb569d4acc47c001901721929fb8f155c8c.zip |
Fix typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/drowned_man.txt | 2 |
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?"); |