Skip to content

Commit

Permalink
Fix heal pool not working (#829)
Browse files Browse the repository at this point in the history
Fixed bug preventing heal pool from working with wrong config path
  • Loading branch information
ImYenil authored Jul 16, 2023
1 parent 63e193f commit 2bf475d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public class ConfigPath {

private static final String GENERAL_CONFIGURATION_HEAL_POOL = GENERAL_CONFIGURATION_PERFORMANCE_PATH+".heal-pool";
public static final String GENERAL_CONFIGURATION_HEAL_POOL_ENABLE = GENERAL_CONFIGURATION_HEAL_POOL+".enable";
public static final String GENERAL_CONFIGURATION_HEAL_POOL_SEEN_TEAM_ONLY = GENERAL_CONFIGURATION_HEAL_POOL_ENABLE+".seen-by-team-only";
public static final String GENERAL_CONFIGURATION_HEAL_POOL_SEEN_TEAM_ONLY = GENERAL_CONFIGURATION_HEAL_POOL+".seen-by-team-only";
public static final String SHOP_SETTINGS_PATH = "shop-settings";
public static final String SHOP_SPECIALS_PATH = "shop-specials";
public static final String SHOP_QUICK_DEFAULTS_PATH = "quick-buy-defaults";
Expand Down

0 comments on commit 2bf475d

Please sign in to comment.