Skip to content

Commit

Permalink
Update Nuker
Browse files Browse the repository at this point in the history
  • Loading branch information
Wide-Cat authored Sep 24, 2023
1 parent 6ff4d92 commit b8d8f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public class Nuker extends Module {
private final Setting<ListMode> listMode = sgWhitelist.add(new EnumSetting.Builder<ListMode>()
.name("list-mode")
.description("Selection mode.")
.defaultValue(ListMode.Whitelist)
.defaultValue(ListMode.Blacklist)
.build()
);

Expand Down

0 comments on commit b8d8f06

Please sign in to comment.