summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authornivcoo <36514752+nivcoo@users.noreply.github.com>2020-03-01 17:40:49 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2020-04-23 00:59:36 +0100
commit974255ae379293d8b02a4e353565450038020390 (patch)
treeebc82692aa76ee4abe334205d043610547a5f3cd /src
parent270b45f4f948a31ee14a21f9aef8ab34303e8e76 (diff)
improv. add bacground config
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/leonardobishop/quests/obj/misc/QMenuCancel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/leonardobishop/quests/obj/misc/QMenuCancel.java b/src/main/java/com/leonardobishop/quests/obj/misc/QMenuCancel.java
index 48ec6eb9..9a4a2c4d 100644
--- a/src/main/java/com/leonardobishop/quests/obj/misc/QMenuCancel.java
+++ b/src/main/java/com/leonardobishop/quests/obj/misc/QMenuCancel.java
@@ -52,7 +52,7 @@ public class QMenuCancel implements QMenu {
ItemStack yes = Items.QUEST_CANCEL_YES.getItem();
ItemStack no = Items.QUEST_CANCEL_NO.getItem();
- ItemStack background = Items.QUEST_CANCEL_BORDER.getItem();
+ ItemStack background = Items.QUEST_CANCEL_BACKGROUND.getItem();
ItemMeta backgroundMeta = background.getItemMeta();
backgroundMeta.setDisplayName(" ");
background.setItemMeta(backgroundMeta);