Fixed xplayer typo

This commit is contained in:
ElPumpo
2019-08-04 17:54:18 +02:00
parent 06d3ee286f
commit adfb9f6522
+1 -1
View File
@@ -148,7 +148,7 @@ function CreateExtendedPlayer(player, accounts, inventory, job, loadout, name, l
})
else
for k2,v2 in ipairs(self.accounts) do
if v2 == v then
if v2.name == v then
table.insert(accounts, v2)
end
end