mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Convert tasks, production, tools, and landfill
This commit is contained in:
@@ -164,6 +164,10 @@ Storage.register(Data, function(tbl)
|
||||
for name, datastore in pairs(Datastores) do
|
||||
datastore.data = Data[name]
|
||||
end
|
||||
end, function(tbl)
|
||||
for name in pairs(Datastores) do
|
||||
tbl[name] = tbl[name] or {}
|
||||
end
|
||||
end)
|
||||
|
||||
----- Datastore Manager
|
||||
|
||||
Reference in New Issue
Block a user