From f22b78617aee12a0b0b77c3378359c3ba8f10a5d Mon Sep 17 00:00:00 2001 From: TheFantomas <117121911+TheFantomas@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:53:38 +0200 Subject: [PATCH] fix(esx_skin): unused variable --- [core]/esx_skin/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_skin/client/main.lua b/[core]/esx_skin/client/main.lua index 572692a7..966f9ab5 100644 --- a/[core]/esx_skin/client/main.lua +++ b/[core]/esx_skin/client/main.lua @@ -1,5 +1,5 @@ local lastSkin, cam, isCameraActive -local firstSpawn, zoomOffset, camOffset, heading = true, 0.0, 0.0, 90.0, false +local firstSpawn, zoomOffset, camOffset, heading = true, 0.0, 0.0, 90.0 RegisterNetEvent('esx:playerLoaded') AddEventHandler('esx:playerLoaded', function(_, _, skin)