From 35b9134e234fcbc611059cffb5f99ec8c0f9f655 Mon Sep 17 00:00:00 2001
From: Edith Boles <edith@penguinowl.dev>
Date: Mon, 4 Oct 2021 18:36:51 -0700
Subject: [PATCH] Oops

---
 .../java/top/penowl/quidproquo/rituals/BlockShiftRitual.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/top/penowl/quidproquo/rituals/BlockShiftRitual.java b/src/main/java/top/penowl/quidproquo/rituals/BlockShiftRitual.java
index dd180e8..d3a2724 100644
--- a/src/main/java/top/penowl/quidproquo/rituals/BlockShiftRitual.java
+++ b/src/main/java/top/penowl/quidproquo/rituals/BlockShiftRitual.java
@@ -56,7 +56,7 @@ public class BlockShiftRitual extends Ritual {
         }
         target.sendMessage(ChatColor.YELLOW + "You sense that reality has shifted. You see " + ChatColor.GOLD + chosenMat.toString().replace("_", " ") + ChatColor.YELLOW + " in glowing letters.");
         if (target.getUniqueId() != caster.getUniqueId()) {
-            caster.sendMessage(ChatColor.YELLOW + "You sense that reality has shifted. You hear " + ChatColor.GOLD + chosenMat.toString().replace("_", " ") + ChatColor.YELLOW + " in the distance.");
+            caster.sendMessage(ChatColor.YELLOW + "You sense that reality has shifted. You hear " + ChatColor.GOLD + otherMaterial.toString().replace("_", " ") + ChatColor.YELLOW + " in the distance.");
         }
         Block block = target.getLocation().getBlock();
         for(int x = -12; x <= 12; x ++) {