fix misc error on boat contidional

stable-5.2
mckaygerhard 2022-04-14 20:42:56 -04:00
parent fcff52f049
commit 58c2cb6d89
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ else
end
end
-- 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