mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-04-17 03:10:21 +02:00
added return false to flight_check function
This commit is contained in:
parent
e64530aa43
commit
ed28e9efea
4
api.lua
4
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user