Fix mislocated break in player accounts loop

This commit is contained in:
jquiaios
2019-04-26 19:03:01 -04:00
parent d6323124c2
commit cde81c4e8e
+1 -2
View File
@@ -35,9 +35,8 @@ AddEventHandler('es:playerLoaded', function(source, _player)
money = accounts[j].money,
label = Config.AccountLabels[accounts[j].name]
})
break
end
break
end
end