Skip to content

Commit

Permalink
migrate main_hover_instruction identifiers to new names
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 11, 2024
1 parent 1d60d24 commit 8352c18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/lua/preserve-rooms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ ReservedWidget.ATTRS{
new_world_loaded = true

local CONFLICTING_TOOLTIPS = utils.invert{
df.main_hover_instruction.ZoneRepaint,
df.main_hover_instruction.ZoneSuspend,
df.main_hover_instruction.ZoneRemove,
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,
}

function ReservedWidget:init()
Expand Down

0 comments on commit 8352c18

Please sign in to comment.