merge fix for misc error (fix misc error on boat contidional)
* recommit 58c2cb6d89 after upgrade boats * sync merge with 5.2 stable brach from codeberg repo
This commit is contained in:
parent
b6d93e76d3
commit
36427dada6
@ -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