diff options
Diffstat (limited to 'src/containers/map/layers')
| -rw-r--r-- | src/containers/map/layers/ObjectHoverLayer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/map/layers/ObjectHoverLayer.js b/src/containers/map/layers/ObjectHoverLayer.js index e9df0384..138daa2c 100644 --- a/src/containers/map/layers/ObjectHoverLayer.js +++ b/src/containers/map/layers/ObjectHoverLayer.js @@ -5,7 +5,7 @@ import {findTileWithPosition} from "../../../util/tile-calculations"; const mapStateToProps = state => { return { - isEnabled: () => state.construction.inObjectConstructionMode, + isEnabled: () => state.construction.inRackConstructionMode, isValid: (x, y) => { if (state.interactionLevel.mode !== "ROOM") { return false; |
