From a55419394c55695214b71c2082f7e6a51f501426 Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Mon, 22 Apr 2024 22:49:29 -0700 Subject: [PATCH] fix demo preset icslot not having proper prefabhash --- www/src/ts/presets/demo.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/src/ts/presets/demo.ts b/www/src/ts/presets/demo.ts index 00ffbc3..8d7e147 100644 --- a/www/src/ts/presets/demo.ts +++ b/www/src/ts/presets/demo.ts @@ -90,6 +90,10 @@ export const demoVMState: VMState = { occupant: { id: 2, fields: { + "PrefabHash": { + field_type: "Read", + value: -744098481, + }, "Quantity":{ field_type: "Read", value: 1 @@ -101,7 +105,7 @@ export const demoVMState: VMState = { "SortingClass": { field_type: "Read", value: 0, - } + }, }, }, },