mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 03:01:31 +00:00
remove comments ( debug )
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user