mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Merge pull request #264 from jquiaios/master
Fix mislocated break in player accounts' loop
This commit is contained in:
+1
-2
@@ -35,9 +35,8 @@ AddEventHandler('es:playerLoaded', function(source, _player)
|
|||||||
money = accounts[j].money,
|
money = accounts[j].money,
|
||||||
label = Config.AccountLabels[accounts[j].name]
|
label = Config.AccountLabels[accounts[j].name]
|
||||||
})
|
})
|
||||||
|
break
|
||||||
end
|
end
|
||||||
|
|
||||||
break
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user