Skip to content

Commit cc0fdba

Browse files
authored
Merge pull request #262 from mqtze/fix/visitorsExchangeTravelMethod
Config: = Description correction
2 parents 0f38fc4 + c20b027 commit cc0fdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/jelly/farmhelperv2/config/FarmHelperConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ public class FarmHelperConfig extends Config {
10181018
public static boolean visitorsExchangeTravelMethodInfo;
10191019
@DualOption(
10201020
name = "Travel method", category = VISITORS_MACRO, subcategory = "Visitors Macro",
1021-
description = "The travel method to use to get to the pest exchange desk",
1021+
description = "The travel method to use to get to the visitor stand",
10221022
left = "Fly",
10231023
right = "Walk"
10241024
)

0 commit comments

Comments
 (0)