From dec0e91443274bc1666201919313777d58443543 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Sun, 28 Jan 2024 13:25:39 -0300 Subject: [PATCH] fix function call --- automobiles_delorean/entities.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automobiles_delorean/entities.lua b/automobiles_delorean/entities.lua index 5aa4e78..fd20179 100755 --- a/automobiles_delorean/entities.lua +++ b/automobiles_delorean/entities.lua @@ -1,3 +1,5 @@ +local S = delorean.S + function delorean.set_kit(self) local normal_kit = nil if self.normal_kit then self.normal_kit:remove() end