From b46a57ab7862abb5cbe52ebf64ba227142614286 Mon Sep 17 00:00:00 2001 From: Bishop Date: Sat, 1 Aug 2026 12:24:22 -0500 Subject: [PATCH] More private --- .../content/global/skill/construction/ConstructionInterface.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/global/skill/construction/ConstructionInterface.kt b/Server/src/main/content/global/skill/construction/ConstructionInterface.kt index 21d4d0e07..3f897cfcb 100644 --- a/Server/src/main/content/global/skill/construction/ConstructionInterface.kt +++ b/Server/src/main/content/global/skill/construction/ConstructionInterface.kt @@ -27,7 +27,7 @@ class ConstructionInterface : InterfaceListener { private const val HOUSE_BUTTON_LEAVE_HOUSE = 13 // Register furniture here when it is only obtainable by upgrading, to send the correct rejection message. - val upgradeOnly = arrayOf( + private val upgradeOnly = arrayOf( Decoration.WORKBENCH_WITH_VICE, Decoration.WORKBENCH_WITH_LATHE, )