mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
fix(server/main): Define default values for loadout and weight
This commit is contained in:
@@ -126,7 +126,9 @@ function loadESXPlayer(identifier, playerId, isNew)
|
||||
accounts = {},
|
||||
inventory = {},
|
||||
job = {},
|
||||
loadout = {},
|
||||
playerName = GetPlayerName(playerId),
|
||||
weight = 0
|
||||
}
|
||||
|
||||
table.insert(tasks, function(cb)
|
||||
|
||||
Reference in New Issue
Block a user