Update CustomChat.java

This commit is contained in:
Bella Who 2020-02-04 18:04:40 -05:00 committed by GitHub
parent 9cf81264e4
commit 8e599dd813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ import static me.zeroeightsix.kami.KamiMod.*;
public class CustomChat extends Module {
public Setting<Boolean> startupGlobal = register(Settings.b("Enable Automatically", true));
private Setting<TextMode> textMode = register(Settings.e("Content", TextMode.JAPANESE));
private Setting<DecoMode> decoMode = register(Settings.e("Punctuation", DecoMode.CLASSIC));
private Setting<TextMode> textMode = register(Settings.e("Message", TextMode.ONTOP));
private Setting<DecoMode> decoMode = register(Settings.e("Separator", DecoMode.NONE));
private Setting<Boolean> commands = register(Settings.b("Commands", false));
private enum TextMode {