isaacscript-common 1.2.20 → 1.2.21

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.
@@ -57,7 +57,7 @@ function postUpdate(self)
57
57
  end
58
58
  v = {room = {collidingEntitiesMap = __TS__New(Map)}}
59
59
  function ____exports.postGridEntityCollisionInit(self, mod)
60
- saveDataManager(nil, "postGridEntity", v, hasSubscriptions)
60
+ saveDataManager(nil, "postGridEntityCollision", v, hasSubscriptions)
61
61
  mod:AddCallback(ModCallbacks.MC_POST_UPDATE, postUpdate)
62
62
  end
63
63
  return ____exports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",