isaacscript-common 1.0.608-dev.2 → 1.0.608-dev.3
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.
- package/dist/upgradeMod.lua +0 -3
- package/package.json +1 -1
package/dist/upgradeMod.lua
CHANGED
|
@@ -86,8 +86,6 @@ local sirenHelpersInit = ____sirenHelpers.sirenHelpersInit
|
|
|
86
86
|
local ____initialized = require("initialized")
|
|
87
87
|
local areFeaturesInitialized = ____initialized.areFeaturesInitialized
|
|
88
88
|
local setFeaturesInitialized = ____initialized.setFeaturesInitialized
|
|
89
|
-
local ____patchErrorFunctions = require("patchErrorFunctions")
|
|
90
|
-
local patchErrorFunction = ____patchErrorFunctions.patchErrorFunction
|
|
91
89
|
local ____ModUpgraded = require("types.ModUpgraded")
|
|
92
90
|
local ModUpgraded = ____ModUpgraded.ModUpgraded
|
|
93
91
|
function initCustomCallbacks(self, mod)
|
|
@@ -136,7 +134,6 @@ function ____exports.upgradeMod(self, modVanilla, verbose)
|
|
|
136
134
|
if verbose == nil then
|
|
137
135
|
verbose = false
|
|
138
136
|
end
|
|
139
|
-
patchErrorFunction(nil)
|
|
140
137
|
local mod = __TS__New(ModUpgraded, modVanilla, verbose)
|
|
141
138
|
if not areFeaturesInitialized(nil) then
|
|
142
139
|
setFeaturesInitialized(nil)
|