@@ -54,7 +54,7 @@ public class FarmHelperConfig extends Config {
5454 private transient static final String AUTO_PEST_EXCHANGE = "Auto Pest Exchange" ;
5555 private transient static final String AUTO_GOD_POT = "Auto God Pot" ;
5656 private transient static final String AUTO_SELL = "Auto Sell" ;
57- private transient static final String AUTO_REPELLANT = "Auto Repellant " ;
57+ private transient static final String AUTO_REPELLENT = "Auto Repellent " ;
5858 private transient static final String AUTO_SPRAYONATOR = "Auto Sprayonator" ;
5959 private transient static final String DISCORD_INTEGRATION = "Discord Integration" ;
6060 private transient static final String DELAYS = "Delays" ;
@@ -1716,29 +1716,29 @@ public static void triggerManuallyAutoPestExchange() {
17161716 public static String autoSellCustomItems = "" ;
17171717 //</editor-fold>
17181718
1719- //<editor-fold desc="Pest Repellant ">
1719+ //<editor-fold desc="Pest Repellent ">
17201720 @ Switch (
1721- name = "Auto Pest Repellent" , category = AUTO_REPELLANT , subcategory = "Pest Repellent" ,
1721+ name = "Auto Pest Repellent" , category = AUTO_REPELLENT , subcategory = "Pest Repellent" ,
17221722 description = "Automatically uses pest repellent when it's not active"
17231723 )
17241724 public static boolean autoPestRepellent = false ;
17251725
17261726 @ DualOption (
1727- name = "Pest Repellent Type" , category = AUTO_REPELLANT , subcategory = "Pest Repellent" ,
1727+ name = "Pest Repellent Type" , category = AUTO_REPELLENT , subcategory = "Pest Repellent" ,
17281728 description = "The pest repellent type to use" ,
17291729 left = "Pest Repellent" ,
17301730 right = "Pest Repellent MAX"
17311731 )
17321732 public static boolean pestRepellentType = true ;
17331733
17341734 @ Switch (
1735- name = "Pause Auto Pest Repellent during Jacob's contest" , category = AUTO_REPELLANT , subcategory = "Pest Repellent" ,
1735+ name = "Pause Auto Pest Repellent during Jacob's contest" , category = AUTO_REPELLENT , subcategory = "Pest Repellent" ,
17361736 description = "Pauses auto pest repellent during Jacob's contest"
17371737 )
17381738 public static boolean pauseAutoPestRepellentDuringJacobsContest = false ;
17391739
17401740 @ Button (
1741- name = "Reset Failsafe" , category = AUTO_REPELLANT , subcategory = "Pest Repellent" ,
1741+ name = "Reset Failsafe" , category = AUTO_REPELLENT , subcategory = "Pest Repellent" ,
17421742 text = "Click Here" ,
17431743 description = "Resets the failsafe timer for repellent"
17441744 )
0 commit comments