Skip to content

Commit

Permalink
Update HytilsConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed Jun 27, 2023
1 parent e14f08e commit db71033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cc/woverflow/hytils/config/HytilsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public class HytilsConfig extends Config {

@Switch(
name = "Remove Discord Safety Warning Messages",
description = "Removes \"§4Please be mindful of Discord link in chat as they may pose a security risk\"",
description = "Removes \"§4Please be mindful of Discord links in chat as they may pose a security risk\"",
category = "Chat", subcategory = "Toggles"
)
public static boolean discordSafetyWarning;
Expand Down

0 comments on commit db71033

Please sign in to comment.