summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-04-19 18:41:12 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-04-19 18:41:12 +0100
commited28e9efea55b8400360b9acd412755324bc3479 (patch)
treea996e08f04aed7357099a94ca9b1a97d9ecfd94a
parente64530aa43260c8535b41cd961b680aec040798a (diff)
added return false to flight_check function
-rw-r--r--api.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index 9d18e9c..c814658 100644
--- a/api.lua
+++ b/api.lua
@@ -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