From 9c138be86087da0f55b0cbaa8f22a62f0e434011 Mon Sep 17 00:00:00 2001 From: Pepich Date: Wed, 1 Feb 2017 18:53:11 +0100 Subject: [PATCH] Removed improperly placed "(default)" --- src/com/redstoner/modules/chatgroups/Chatgroups.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/redstoner/modules/chatgroups/Chatgroups.java b/src/com/redstoner/modules/chatgroups/Chatgroups.java index 4648e11..d5582d6 100644 --- a/src/com/redstoner/modules/chatgroups/Chatgroups.java +++ b/src/com/redstoner/modules/chatgroups/Chatgroups.java @@ -185,7 +185,7 @@ public class Chatgroups implements Module, Listener getCgKey(sender); return true; } - Utils.sendMessage(sender, null, "Set your key to §6" + key + " §7(default)"); + Utils.sendMessage(sender, null, "Set your key to §6" + key); keys.put(((Player) sender).getUniqueId().toString(), key + ""); return true; }