Skip to content

Commit

Permalink
Important bug fix
Browse files Browse the repository at this point in the history
Visitors Macro:
= Fixed reversed whitelist with blacklist by mistake
  • Loading branch information
onixiya1337 committed Jul 7, 2024
1 parent 7e5add4 commit 04c9e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
mcVersion=1.8.9
modid=farmhelperv2
modName=FarmHelper
version=2.8.0
version=2.8.1
shouldRelease=true
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ public class FarmHelperConfig extends Config {
@DualOption(
name = "Name Filtering Type", category = VISITORS_MACRO, subcategory = "Filters",
description = "The name filtering method to use",
left = "Whitelist", right = "Blacklist"
left = "Blacklist", right = "Whitelist"
)
public static boolean nameFilteringType = false;

Expand Down

0 comments on commit 04c9e4c

Please sign in to comment.