mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fix missing storage reference (#373)
This commit is contained in:
@@ -25,6 +25,7 @@ Storage.register({
|
|||||||
scope_data = scope_data,
|
scope_data = scope_data,
|
||||||
registration_numbers = registration_numbers,
|
registration_numbers = registration_numbers,
|
||||||
}, function(tbl)
|
}, function(tbl)
|
||||||
|
scope_data = tbl.scope_data
|
||||||
registration_numbers = tbl.registration_numbers
|
registration_numbers = tbl.registration_numbers
|
||||||
for scope, data in pairs(tbl.scope_data) do
|
for scope, data in pairs(tbl.scope_data) do
|
||||||
local proxy = registered_scopes[scope]
|
local proxy = registered_scopes[scope]
|
||||||
|
|||||||
Reference in New Issue
Block a user