From 36427dada66fc702f3f432ab983fc1cbc39d6737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=B5=D1=80=D1=85=D0=B0=D1=80=D0=B4=20PICCORO=20Len?= =?UTF-8?q?z=20McKAY?= Date: Wed, 27 Jul 2022 01:53:03 -0400 Subject: [PATCH] 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 --- mods/boats/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/boats/init.lua b/mods/boats/init.lua index 0b3b6cf..c8ee099 100644 --- a/mods/boats/init.lua +++ b/mods/boats/init.lua @@ -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