remove comments ( debug )

This commit is contained in:
Arctos2win
2024-01-28 21:03:04 +01:00
committed by GitHub
parent 366c78cc40
commit 963f10ca5b
+3 -3
View File
@@ -102,9 +102,9 @@ AddEventHandler("esx:playerLoaded", function(xPlayer, isNew, skin)
end)
end
--if Config.DisableHealthRegeneration then
--SetPlayerHealthRechargeMultiplier(playerId, 0.0)
--end
if Config.DisableHealthRegeneration then
SetPlayerHealthRechargeMultiplier(playerId, 0.0)
end
if Config.DisableWeaponWheel or Config.DisableAimAssist or Config.DisableVehicleRewards then
CreateThread(function()