Skip to content

Commit

Permalink
Update job.lua
Browse files Browse the repository at this point in the history
Removed useless print
  • Loading branch information
Infernalz92 authored Sep 30, 2023
1 parent 989f83f commit 51f489c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/job.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ CreateThread(function()
end

for k, v in pairs(Config.Locations["stations"]) do
print(v.coords, v.label)
local StationBlip = N_0x554d9d53f696d002(1664425300, v.coords)
SetBlipSprite(StationBlip, -693644997, 52)
SetBlipScale(StationBlip, 0.7)
Expand All @@ -223,13 +222,11 @@ CreateThread(function()
weaponAmmoLabel = sharedItems[weaponAmmo].label
end

print(weaponHash, weaponName, weaponLabel, weaponAmmo, weaponAmmoLabel)

Config.WeaponHashes[weaponHash] = {
weaponName = weaponName,
weaponLabel = weaponLabel,
weaponAmmo = weaponAmmo,
weaponAmmoLabel = weaponAmmoLabel
}
end
end)
end)

0 comments on commit 51f489c

Please sign in to comment.