Merge pull request #264 from jquiaios/master

Fix mislocated break in player accounts' loop
This commit is contained in:
Samuel
2019-05-23 13:49:54 +02:00
committed by GitHub
+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