from retail

This commit is contained in:
Bunny67
2020-07-14 00:44:45 +03:00
parent b8259819df
commit 85345af8a2
6 changed files with 1277 additions and 21 deletions
+6 -1
View File
@@ -112,7 +112,12 @@ local prototype = {
end,
Close = function(self, store)
return store
end
end,
Delete = function(self, image)
for id in pairs(image.stores) do
Archivist:Delete("ReadOnly", id)
end
end,
}
Archivist:RegisterStoreType(prototype)