isaacscript-common 1.2.56 → 1.2.57

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.
@@ -25,7 +25,7 @@ function postPEffectUpdateReordered(self, player)
25
25
  if not hasSubscriptions(nil) then
26
26
  return
27
27
  end
28
- local playerIndex = getPlayerIndex(nil, player)
28
+ local playerIndex = getPlayerIndex(nil, player, true)
29
29
  local playerHealthMap = v.run.playersHealthMap:get(playerIndex)
30
30
  if playerHealthMap == nil then
31
31
  playerHealthMap = __TS__New(Map)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.2.56",
3
+ "version": "1.2.57",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",