From 3daf3dcb56fc03feb354bae3c89bb79aaf885e9a Mon Sep 17 00:00:00 2001 From: Bella Date: Sat, 7 Mar 2020 14:55:13 -0500 Subject: [PATCH] naming more consistent in ca --- .../me/zeroeightsix/kami/module/modules/combat/CrystalAura.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/zeroeightsix/kami/module/modules/combat/CrystalAura.java b/src/main/java/me/zeroeightsix/kami/module/modules/combat/CrystalAura.java index d4e353ed9..d50ec30a4 100644 --- a/src/main/java/me/zeroeightsix/kami/module/modules/combat/CrystalAura.java +++ b/src/main/java/me/zeroeightsix/kami/module/modules/combat/CrystalAura.java @@ -83,7 +83,7 @@ public class CrystalAura extends Module { checkAbsorption.setValue(true); defaultSetting.setValue(false); Command.sendChatMessage(this.getChatName() + " Set to defaults!"); - Command.sendChatMessage(this.getChatName() + " Close and reopen the CrystalAura settings menu to see changes"); + Command.sendChatMessage(this.getChatName() + " Close and reopen the " + this.getName() + " settings menu to see changes"); } EntityEnderCrystal crystal = mc.world.loadedEntityList.stream()