isaacscript-common 1.2.180 → 1.2.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,8 +12,6 @@ local ____SerializationType = require("enums.SerializationType")
|
|
|
12
12
|
local SerializationType = ____SerializationType.SerializationType
|
|
13
13
|
local ____deepCopy = require("functions.deepCopy")
|
|
14
14
|
local deepCopy = ____deepCopy.deepCopy
|
|
15
|
-
local ____log = require("functions.log")
|
|
16
|
-
local log = ____log.log
|
|
17
15
|
local ____table = require("functions.table")
|
|
18
16
|
local clearTable = ____table.clearTable
|
|
19
17
|
local ____constants = require("features.saveDataManager.constants")
|
|
@@ -64,7 +62,6 @@ function restoreDefaults(self, childTableName)
|
|
|
64
62
|
if childTableName ~= SaveDataKeys.Run and childTableName ~= SaveDataKeys.Level and childTableName ~= SaveDataKeys.Room then
|
|
65
63
|
error("Unknown child table name of: " .. childTableName)
|
|
66
64
|
end
|
|
67
|
-
log("Resetting data for type: " .. childTableName)
|
|
68
65
|
for subscriberName, saveData in pairs(saveDataMap) do
|
|
69
66
|
do
|
|
70
67
|
local childTable = saveData[childTableName]
|