v 20220728 - update boats mod, fix missing global minetest object access
* property detect the feature using the namespace global var
This commit is contained in:
parent
f3d73386a2
commit
3f377ac386
@ -25,7 +25,7 @@ else
|
||||
end
|
||||
end
|
||||
-- check for minetest 5.x compatibility
|
||||
is_50 = has_feature("httpfetch_binary_data")
|
||||
is_50 = minetest.has_feature("httpfetch_binary_data")
|
||||
is_53 = minetest.has_feature("direct_velocity_on_players") or minetest.has_feature("is_creative_enabled") or false
|
||||
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user