diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-19 18:41:12 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-19 18:41:12 +0100 |
commit | ed28e9efea55b8400360b9acd412755324bc3479 (patch) | |
tree | a996e08f04aed7357099a94ca9b1a97d9ecfd94a | |
parent | e64530aa43260c8535b41cd961b680aec040798a (diff) |
added return false to flight_check function
-rw-r--r-- | api.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ --- Mobs Api (13th March 2017) +-- Mobs Api (19th April 2017) mobs = {} mobs.mod = "redo" @@ -257,6 +257,8 @@ local function flight_check(self, pos_w) end end end + + return false end |