fix(esx_skin): unused variable

This commit is contained in:
TheFantomas
2023-07-01 21:53:38 +02:00
parent da04c37aaa
commit f22b78617a
+1 -1
View File
@@ -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)