fix: exception text missing info abt Inventory
This commit is contained in:
@@ -194,7 +194,7 @@ class Dumper
|
||||
|| !TryGetProp(props, "UIData", out FStructFallback uiDataFb)
|
||||
|| !TryGetProp(props, "Role", out EPlayerRole role)
|
||||
|| !TryGetProp(props, "Inventory", out bool isInventory))
|
||||
throw new KeyNotFoundException("Type, UIData or Role was not found.");
|
||||
throw new KeyNotFoundException("Type, UIData, Role or Inventory was not found.");
|
||||
|
||||
UIDataStruct uiData = uiDataFb.MapToStruct<UIDataStruct>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user