Skip to content

Commit

Permalink
Spelling ~Molicheu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDisabled authored Oct 2, 2022
1 parent 393cec8 commit 5dc63fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ local shootingSleep = 500
CreateThread(function() -- Shooting
while true do
local isArmed = IsPedArmed(PlayerPedId(), 7)
if LocalPlayer.state.isLoggedIn and isAmred then
if LocalPlayer.state.isLoggedIn and isArmed then
local ped = PlayerPedId()
local weapon = GetSelectedPedWeapon(ped)
if weapon ~= `WEAPON_UNARMED` then
Expand Down

0 comments on commit 5dc63fe

Please sign in to comment.