Skip to content

Commit

Permalink
fix config name
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <[email protected]>
  • Loading branch information
j10a1n15 committed Sep 30, 2024
1 parent 8f07bcb commit 259f17f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ public class MiscConfig {
public boolean userluckEnabled = true;

@Expose
@ConfigOption(name = "Yes please annoy me about pc time offset", desc ="i love annyoing chat warnins yes yes")
@ConfigOption(name = "Computer Time Offset Warning", desc = "Sends a Chat Warning if your computer time is not synchronized with the actual time.\n" +
"§cMaking sure your computer time is correct is important for SkyHanni to display times correctly.")
@ConfigEditorBoolean
@FeatureToggle
public boolean warnAboutPcTimeOffset = true;
Expand Down

0 comments on commit 259f17f

Please sign in to comment.