Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
btwlouis committed Jan 16, 2025
1 parent d92bb95 commit 3f3f925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/server/classes/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
local playerPed <const> = GetPlayerPed(self.source)

if not playerPed then
return error("xPlayer.removeWeapon ^5invalid^1 player ped!")
return error("xPlayer.removeWeaponComponent ^5invalid^1 player ped!")
end

if weapon then
Expand Down

0 comments on commit 3f3f925

Please sign in to comment.