Update player.lua

This commit is contained in:
3869542
2023-03-05 01:23:28 +08:00
committed by GitHub
parent d4f1cbb366
commit 0eeabdb6e0
+1 -1
View File
@@ -304,7 +304,7 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
self.triggerEvent('esx:removeInventoryItem', item.name, item.count)
end
else
print(('[^1ERROR^7] Player ID:^5%s Tried remove a Invalid count of name'):format(self.playerId, money))
print(('[^1ERROR^7] Player ID:^5%s Tried remove a Invalid count of name'):format(self.playerId, count))
end
end
end