This commit is contained in:
Alexsandro Percy 2024-07-07 10:34:44 -03:00
parent 0d49ac7dcc
commit 14b322cda5

View File

@ -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