fix misc error on boat contidional
This commit is contained in:
parent
fcff52f049
commit
58c2cb6d89
@ -25,7 +25,7 @@ else
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- check for minetest 5.x compatibility
|
-- check for minetest 5.x compatibility
|
||||||
is_53 = minetest.has_feature("direct_velocity_on_players") or minetest.has_feature("is_creative_enabled") of false
|
is_53 = minetest.has_feature("direct_velocity_on_players") or minetest.has_feature("is_creative_enabled") or false
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Helper functions
|
-- Helper functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user