Skip to content

Commit

Permalink
Fix doesnt compile
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed May 16, 2024
1 parent 603e57c commit 01b6c25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public static void loadOldMain(FileConfiguration config) {
MainConfig.lock_team_chest_fail_open = config.getString("Lock-Team-Chest.Fail-Open", MainConfig.lock_team_chest_fail_open);

MainConfig.personal_ender_chests_enabled = config.getBoolean("Personal-Ender-Chests.Enabled", false);
MainConfig.personal_ender_chests_name = config.getString("Personal-Ender-Chests.Title", MainConfig.personal_ender_chests_name);

MainConfig.player_limit_bypass = config.getBoolean("Bypass-PlayerLimit", false);

Expand Down

0 comments on commit 01b6c25

Please sign in to comment.