Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9-pre8
version=2.8.9-pre9
shouldRelease=true
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ public class FarmHelperConfig extends Config {
public static boolean visitorsExchangeTravelMethodInfo;
@DualOption(
name = "Travel method", category = VISITORS_MACRO, subcategory = "Visitors Macro",
description = "The travel method to use to get to the pest exchange desk",
description = "The travel method to use to get to the visitor stand",
left = "Fly",
right = "Walk"
)
Expand Down