isaacscript-common 1.0.503 → 1.0.504

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.
@@ -30,13 +30,7 @@ function checkRoomChanged(self)
30
30
  if topLeftWall == nil then
31
31
  topLeftWall = spawnGridEntity(nil, GridEntityType.GRID_WALL, topLeftWallGridIndex)
32
32
  end
33
- local ____temp_0
34
- if topLeftWall == nil then
35
- ____temp_0 = nil
36
- else
37
- ____temp_0 = GetPtrHash(topLeftWall)
38
- end
39
- local topLeftWallPtrHash = ____temp_0
33
+ local topLeftWallPtrHash = GetPtrHash(topLeftWall)
40
34
  if topLeftWallPtrHash ~= currentRoomTopLeftWallPtrHash then
41
35
  currentRoomTopLeftWallPtrHash = topLeftWallPtrHash
42
36
  postNewRoomEarlyFire(nil)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.0.503",
3
+ "version": "1.0.504",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",