Skip to content

Commit

Permalink
fix: (es_extended\client\main.lua) line contains trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Mar 24, 2024
1 parent 7728712 commit 11a1f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server-data/resources/[esx]/es_extended/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ AddEventHandler("esx:playerLoaded", function(xPlayer, _, skin)
local timer = GetGameTimer()
while not HaveAllStreamingRequestsCompleted(ESX.PlayerData.ped) and (GetGameTimer() - timer) < 2000 do
Wait(0)
end
end

if Config.EnablePVP then
SetCanAttackFriendly(ESX.PlayerData.ped, true, false)
Expand Down Expand Up @@ -280,7 +280,7 @@ AddStateBagChangeHandler("VehicleProperties", nil, function(bagName, _, value)
local vehicle = NetToVeh(tonumber(netId))

ESX.Game.SetVehicleProperties(vehicle, value)
end)
end)

RegisterNetEvent("esx:setAccountMoney")
AddEventHandler("esx:setAccountMoney", function(account)
Expand Down

0 comments on commit 11a1f70

Please sign in to comment.