Convert tasks, production, tools, and landfill

This commit is contained in:
Cooldude2606
2025-01-26 01:54:19 +00:00
parent cc274595c7
commit 242545b007
8 changed files with 276 additions and 224 deletions

View File

@@ -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