Skip to content

Commit ab8c67b

Browse files
committed
right presets are a thing now
1 parent 9bcc2ed commit ab8c67b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/dev/dfonline/codeclient/config/preset/ConfigPreset.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public enum ConfigPreset {
4242
config.HighlightMiniMessage = true;
4343
config.StateSwitcher = false;
4444
config.SpeedSwitcher = false;
45+
config.GiveUuidNameStrings = false;
4546
}),
4647
BASIC(config ->{
4748
config.NoClipEnabled = false;
@@ -74,6 +75,7 @@ public enum ConfigPreset {
7475
config.HighlightMiniMessage = true;
7576
config.StateSwitcher = true;
7677
config.SpeedSwitcher = true;
78+
config.GiveUuidNameStrings = true;
7779
}),
7880
FULL(config -> {
7981
config.NoClipEnabled = true;
@@ -104,6 +106,7 @@ public enum ConfigPreset {
104106
config.HighlightMiniMessage = true;
105107
config.StateSwitcher = true;
106108
config.SpeedSwitcher = true;
109+
config.GiveUuidNameStrings = true;
107110
})
108111
;
109112

0 commit comments

Comments
 (0)