From 55b1756a42801ce68e476b87860a459836cf4e3d Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 4 Feb 2025 06:20:08 +0900 Subject: [PATCH] Fix missing storage reference (#373) --- exp_gui/module/data.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/exp_gui/module/data.lua b/exp_gui/module/data.lua index b5ceac5c..c792fcdb 100644 --- a/exp_gui/module/data.lua +++ b/exp_gui/module/data.lua @@ -25,6 +25,7 @@ Storage.register({ scope_data = scope_data, registration_numbers = registration_numbers, }, function(tbl) + scope_data = tbl.scope_data registration_numbers = tbl.registration_numbers for scope, data in pairs(tbl.scope_data) do local proxy = registered_scopes[scope]