mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix: Crash while previewing/spawning unreleased vehicles (#438)
This commit is contained in:
parent
d8023befc9
commit
43659704f9
@ -235,6 +235,7 @@ namespace big
|
||||
if (
|
||||
item_json["Hash"].is_null() ||
|
||||
item_json["Name"].is_null() ||
|
||||
item_json["MonetaryValue"] == 0 ||
|
||||
!item_json["Bones"].is_array() ||
|
||||
item_json["Bones"][0] == "stub"
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user