Skip to content

Commit

Permalink
Fix category of removed difficultyScalingSleepHungerLoss config option
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Feb 14, 2015
1 parent 77026de commit a281f2e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -251,7 +251,7 @@ public static <T> ConfigOption<T> putOptionInList(ConfigCategory category, Strin
@Deprecated
public static final ConfigOption<Boolean> addSleepHungerLoss = removeOption(CATEGORY_HUNGER, "addSleepHungerLoss", false);
@Deprecated
public static final ConfigOption<Boolean> difficultyScalingSleepHungerLoss = removeOption(CATEGORY_HUNGER, "difficultyScalingSleepHungerLoss", true);
public static final ConfigOption<Boolean> difficultyScalingSleepHungerLoss = removeOption(CATEGORY_DIFFICULTY_SCALING, "difficultyScalingSleepHungerLoss", true);

public static void init(File configDir, File oldConfigFile)
{
Expand Down

0 comments on commit a281f2e

Please sign in to comment.