added return false to flight_check function

This commit is contained in:
TenPlus1 2017-04-19 18:41:12 +01:00
parent e64530aa43
commit ed28e9efea
1 changed files with 3 additions and 1 deletions

View File

@ -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