From 14b322cda51faf391ba1f083b631f390f1eb1634 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Sun, 7 Jul 2024 10:34:44 -0300 Subject: [PATCH] issue #29 --- automobiles_delorean/flight.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automobiles_delorean/flight.lua b/automobiles_delorean/flight.lua index e2ff4e6..c641bb5 100644 --- a/automobiles_delorean/flight.lua +++ b/automobiles_delorean/flight.lua @@ -74,8 +74,8 @@ end function delorean.set_mode(self, is_attached, curr_pos, velocity, player, dtime) if self._car_type == 1 then - local ent_propertioes = self.normal_kit:get_properties() - if ent_propertioes.mesh ~= "automobiles_delorean_time_machine_accessories.b3d" then + local ent_properties = self.normal_kit:get_properties() + if ent_properties.mesh ~= "automobiles_delorean_time_machine_accessories.b3d" then delorean.set_kit(self) end