From 94e04466fc6978699a1e0dae0f81b9ca94e9e6b9 Mon Sep 17 00:00:00 2001 From: Luar Roji Date: Tue, 13 May 2025 03:08:39 -0300 Subject: [PATCH] Fixed condition for mineclonia --- 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 7674ba2..5e069cf 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 mcl_player.player_attached[name]) then + (airutils.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