mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Fix QuestBundle_Styles_SpaceBunny
This commit is contained in:
parent
f653e004cc
commit
ce42936a9c
|
|
@ -72,7 +72,7 @@ namespace FModel.Creator.Bundles
|
|||
RewardQuantity = quantity.Value;
|
||||
|
||||
Package p = Utils.GetPropertyPakPackage(itemDefinition.Value.AssetPathName.String);
|
||||
if (p.HasExport() && !p.Equals(default))
|
||||
if (p != null && p.HasExport() && !p.Equals(default))
|
||||
{
|
||||
var d = p.GetExport<UObject>();
|
||||
if (d != null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user