0

Removed improperly placed "(default)"

This commit is contained in:
Pepich 2017-02-01 18:53:11 +01:00
parent 546c7a6d67
commit 9c138be860

View File

@ -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;
}