We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d60d24 + 8352c18 commit 68ca659Copy full SHA for 68ca659
1 file changed
plugins/lua/preserve-rooms.lua
@@ -114,10 +114,10 @@ ReservedWidget.ATTRS{
114
new_world_loaded = true
115
116
local CONFLICTING_TOOLTIPS = utils.invert{
117
- df.main_hover_instruction.ZoneRepaint,
118
- df.main_hover_instruction.ZoneSuspend,
119
- df.main_hover_instruction.ZoneRemove,
120
- df.main_hover_instruction.ZoneAssignLocation,
+ df.main_hover_instruction.ZONE_REPAINT,
+ df.main_hover_instruction.ZONE_SUSPEND,
+ df.main_hover_instruction.ZONE_REMOVE_EXISTING,
+ df.main_hover_instruction.ZONE_ASSIGN_LOCATION,
121
}
122
123
function ReservedWidget:init()
0 commit comments