mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fix missing storage reference (#373)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user