summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-03-10 17:13:41 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-03-10 17:13:41 +0000
commitaa591925b11e19db50ca1d7e5a3e64c8ff2b7dc2 (patch)
tree9bbd1d868a1953f32d78c0a7356f4fac0359d01b /api.lua
parent1f0969e6d374bf089728b1995e97a97b06b2f111 (diff)
changed to look before you jump :)
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/api.lua b/api.lua
index 1903d27..5c6bbbc 100644
--- a/api.lua
+++ b/api.lua
@@ -2264,10 +2264,10 @@ local mob_step = function(self, dtime)
follow_flop(self)
- do_jump(self)
-
do_states(self, dtime)
+ do_jump(self)
+
end