Update main.lua (#74)

Fix issue #73
This commit is contained in:
Xen0risDEV
2020-08-05 01:46:34 +02:00
committed by GitHub
parent 9716623f1c
commit 7a2c5e2e1f
+1 -1
View File
@@ -160,7 +160,7 @@ Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
if not skinLoaded or isCameraActive then
if not skinLoaded and isCameraActive then
DisableControlAction(2, 30, true)
DisableControlAction(2, 31, true)
DisableControlAction(2, 32, true)