Skip to content

Commit

Permalink
AntiToS - Fixed typo in settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Jun 8, 2024
1 parent e8e1ed0 commit 0cd5ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/dev/stardust/modules/AntiToS.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public enum ChatMode {

public final Setting<ChatMode> chatMode = sgSources.add(
new EnumSetting.Builder<ChatMode>()
.name("Sign Mode")
.description("Censor or completely replace SignText that matches the filter.")
.name("Chat Mode")
.description("Censor or completely replace text in chat that matches the filter.")
.defaultValue(ChatMode.Censor)
.build()
);
Expand Down

0 comments on commit 0cd5ccd

Please sign in to comment.