isaacscript-common 1.0.531 → 1.0.532
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
|
@@ -81,8 +81,6 @@ local areFeaturesInitialized = ____initialized.areFeaturesInitialized
|
|
|
81
81
|
local setFeaturesInitialized = ____initialized.setFeaturesInitialized
|
|
82
82
|
local ____patchErrorFunctions = require("patchErrorFunctions")
|
|
83
83
|
local patchErrorFunction = ____patchErrorFunctions.patchErrorFunction
|
|
84
|
-
local ____patchPrintFunction = require("patchPrintFunction")
|
|
85
|
-
local patchPrintFunction = ____patchPrintFunction.patchPrintFunction
|
|
86
84
|
local ____ModUpgraded = require("types.ModUpgraded")
|
|
87
85
|
local ModUpgraded = ____ModUpgraded.ModUpgraded
|
|
88
86
|
function initCustomCallbacks(self, mod)
|
|
@@ -129,7 +127,6 @@ function ____exports.upgradeMod(self, modVanilla, verbose)
|
|
|
129
127
|
verbose = false
|
|
130
128
|
end
|
|
131
129
|
patchErrorFunction(nil)
|
|
132
|
-
patchPrintFunction(nil)
|
|
133
130
|
local mod = __TS__New(ModUpgraded, modVanilla, verbose)
|
|
134
131
|
if not areFeaturesInitialized(nil) then
|
|
135
132
|
setFeaturesInitialized(nil)
|