place SnowGolemExcavation exploit fix under the correct section

This commit is contained in:
Shane Freeder 2020-01-28 00:12:50 +00:00
parent 657abb76a7
commit 550a3df616
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

View File

@ -144,7 +144,7 @@ public class ExperienceConfig extends AutoUpdateConfigLoader {
*/
/* EXPLOIT TOGGLES */
public boolean isSnowExploitPrevented() { return config.getBoolean("SnowGolemExcavation", true); }
public boolean isSnowExploitPrevented() { return config.getBoolean("ExploitFix.SnowGolemExcavation", true); }
public boolean isEndermanEndermiteFarmingPrevented() { return config.getBoolean("ExploitFix.EndermanEndermiteFarms", true); }
public boolean isPistonCheatingPrevented() { return config.getBoolean("ExploitFix.PistonCheating", true); }
public boolean isPistonExploitPrevented() { return config.getBoolean("ExploitFix.Pistons", false); }