Files
esx_core/[core]
SNAILX 080bf97283 fix: delay ox_inventory load until character registration completes in non-multicharacter
Delay ox_inventory load until character identity is set (non-multicharacter)
Inventory was loading before firstName were assigned to new
characters when multicharacter was disabled.

Fix/Changes:
* Check if multicharacter is disabled (Config.Multichar)
* Identify new characters (isNew flag)
* Wait for firstName to be registered
* Implement 2-minute timeout to prevent infinite loops
* Log warning if registration fails to complete in time
* Continue loading inventory anyway after timeout

Ensures identity data loads before inventory initializes
2025-10-17 23:32:35 +01:00
..
2025-10-01 22:16:13 -05:00