Skip to content

Commit

Permalink
Update server/player.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Solareon <769465+solareon@users.noreply.github.com>
  • Loading branch information
mafewtm and solareon committed Jun 5, 2024
1 parent 765469c commit 765bced
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,6 @@ function CheckPlayerData(source, playerData)
}
playerData.gangs = gangs or {}
playerData.position = playerData.position or defaultSpawn

assert(GetResourceState('qb-inventory') ~= 'started', 'qb-inventory is not compatible with qbx_core. use ox_inventory instead')
playerData.items = {}
return CreatePlayer(playerData --[[@as PlayerData]], Offline)
end
Expand Down

0 comments on commit 765bced

Please sign in to comment.