isaacscript-common 1.2.118 → 1.2.119

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.
@@ -22,7 +22,7 @@ local musicWasEnabled = false
22
22
  v = {run = {disableSoundSet = __TS__New(Set)}}
23
23
  function ____exports.disableSoundsInit(self, mod)
24
24
  initialized = true
25
- saveDataManager(nil, "disableInputs", v)
25
+ saveDataManager(nil, "disableSounds", v)
26
26
  mod:AddCallback(ModCallbacks.MC_POST_RENDER, postRender)
27
27
  end
28
28
  function ____exports.enableAllSound(self, key)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.2.118",
3
+ "version": "1.2.119",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",