Skip to content

Commit

Permalink
fixed typo df.construction_type.FLOOR -> ...Floor
Browse files Browse the repository at this point in the history
  • Loading branch information
master-spike committed Sep 25, 2023
1 parent e496057 commit 72f6b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suspendmanager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ local CONSTRUCTION_WALL_SUPPORT = utils.invert{
}

local CONSTRUCTION_FLOOR_SUPPORT = utils.invert{
df.construction_type.FLOOR,
df.construction_type.Floor,
df.construction_type.DownStair,
df.construction_type.Ramp,
df.construction_type.TrackN,
Expand Down Expand Up @@ -447,7 +447,7 @@ local function constructionIsUnsupported(job)
local wall_would_support = {}
local floor_would_support = {}
local supportbld_would_support = {}

if CONSTRUCTION_FLOOR_SUPPORT[constr_type] then
wall_would_support = neighboursWallSupportsFloor(pos)
floor_would_support = neighboursFloorSupportsFloor(pos)
Expand Down

0 comments on commit 72f6b74

Please sign in to comment.