isaacscript-common 1.2.222 → 1.2.223
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.
|
@@ -77,7 +77,7 @@ function restoreDefaults(self, childTableName)
|
|
|
77
77
|
end
|
|
78
78
|
local childTableDefaults = saveDataDefaults[childTableName]
|
|
79
79
|
if childTableDefaults == nil then
|
|
80
|
-
logError((("Failed to find the default copy of the child table \"" .. childTableName) .. "\" for subscriber
|
|
80
|
+
logError(((("Failed to find the default copy of the child table \"" .. childTableName) .. "\" for subscriber \"") .. subscriberName) .. "\". This error usually means that your save data is out of date. You can try purging all of your save data by deleting the following directory: C:\\Program Files (x86)\\Steam\\steamapps\\common\\The Binding of Isaac Rebirth\\data")
|
|
81
81
|
goto __continue14
|
|
82
82
|
end
|
|
83
83
|
local childTableDefaultsTable = childTableDefaults
|