rename to make it more clear

This commit is contained in:
S-B99 2019-10-29 08:30:08 -04:00
parent 275d5e51c9
commit 2eb8ecf2dd
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ import net.minecraft.network.play.client.CPacketChatMessage;
* Created by 086 on 8/04/2018.
* Updated by S-B99 on 28/10/19
*/
@Module.Info(name = "CustomChat", category = Module.Category.EXPERIMENTAL, description = "Modifies your chat messages")
@Module.Info(name = "CustomChat", category = Module.Category.MISC, description = "Modifies your chat messages")
public class CustomChat extends Module {
private Setting<Boolean> commands = register(Settings.b("Off on commands", false));
private Setting<Boolean> commands = register(Settings.b("Use on commands", false));
private final String KAMI_SUFFIX = " \u00bb \u1d0b\u1d00\u1d0d\u026a \u0299\u029f\u1d1c\u1d07";