fix: exception text missing info abt Inventory

This commit is contained in:
2026-06-18 18:06:55 -03:00
parent d8a3788b7f
commit 2395d19665
+1 -1
View File
@@ -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>();