v 20220728 - update boats mod, fix missing global minetest object access

* property detect the feature using the namespace global var
stable-5.2
Герхард PICCORO Lenz McKAY 2022-07-26 16:30:03 -04:00
parent f3d73386a2
commit 3f377ac386
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_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
--