Skip to content

Commit

Permalink
Spotless fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGradientHorizon committed May 8, 2024
1 parent 38eb040 commit 3073a4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/net/wurstclient/hacks/MurderMysteryHack.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,12 @@ public final class MurderMysteryHack extends Hack
"Reports players with detective items (detectives) in the chat.", true);

private final CheckboxSetting autoClearListsOnJoinOrDisconnect =
new CheckboxSetting(
"Automatically clear m. and d. lists (Method 1)",
new CheckboxSetting("Automatically clear m. and d. lists (Method 1)",
"Automatically clears lists with murderers and detectives when DISCONNECT or JOIN client play connection event is invoked.",
true);

private final CheckboxSetting autoClearListsOnPlayerRespawnPacket =
new CheckboxSetting(
"Automatically clear m. and d. lists (Method 2)",
new CheckboxSetting("Automatically clear m. and d. lists (Method 2)",
"Automatically clears lists with murderers and detectives when PlayerRespawnS2CPacket is received.",
true);

Expand Down

0 comments on commit 3073a4b

Please sign in to comment.