From 8352c1856c60dd6fef94bf64caaa53bf56a72c5a Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sun, 10 Nov 2024 20:26:56 -0800 Subject: [PATCH] migrate main_hover_instruction identifiers to new names --- plugins/lua/preserve-rooms.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/lua/preserve-rooms.lua b/plugins/lua/preserve-rooms.lua index 7d0e86adab..8dd4e507af 100644 --- a/plugins/lua/preserve-rooms.lua +++ b/plugins/lua/preserve-rooms.lua @@ -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()