Skip to content

Commit 68ca659

Browse files
authored
Merge pull request #5023 from myk002/myk_hover_migration
migrate main_hover_instruction identifiers to new names
2 parents 1d60d24 + 8352c18 commit 68ca659

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/lua/preserve-rooms.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ ReservedWidget.ATTRS{
114114
new_world_loaded = true
115115

116116
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,
117+
df.main_hover_instruction.ZONE_REPAINT,
118+
df.main_hover_instruction.ZONE_SUSPEND,
119+
df.main_hover_instruction.ZONE_REMOVE_EXISTING,
120+
df.main_hover_instruction.ZONE_ASSIGN_LOCATION,
121121
}
122122

123123
function ReservedWidget:init()

0 commit comments

Comments
 (0)