From b71108b7df29bf64a69369bf38375b29aab7cd36 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Thu, 5 Jun 2025 15:32:39 -0300 Subject: [PATCH] fix undesired dependency --- automobiles_lib/entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automobiles_lib/entities.lua b/automobiles_lib/entities.lua index 31d090b..67df679 100644 --- a/automobiles_lib/entities.lua +++ b/automobiles_lib/entities.lua @@ -80,7 +80,7 @@ function automobiles_lib.on_rightclick (self, clicker) --a passenger if (automobiles_lib.is_minetest and not player_api.player_attached[name]) or - (airutils.is_mcl and not mcl_player.player_attached[name]) then + (automobiles_lib.is_mcl and not mcl_player.player_attached[name]) then --there is no passenger, so lets attach if self.driver_name then local attach_pax_f = automobiles_lib.attach_pax