diff --git a/src/me/ryanhamshire/PopulationDensity/PopulationDensity.java b/src/me/ryanhamshire/PopulationDensity/PopulationDensity.java index 91f4070..418f69f 100644 --- a/src/me/ryanhamshire/PopulationDensity/PopulationDensity.java +++ b/src/me/ryanhamshire/PopulationDensity/PopulationDensity.java @@ -217,7 +217,7 @@ public void onEnable() this.config_keepSpawnRegionPostLoaded = config.getBoolean("PopulationDensity.KeepSpawnRegionPostLoaded", true); this.config_keepAllRegionPostsLoaded = config.getBoolean("PopulationDensity.KeepAllRegionPostsLoaded", false); this.config_launchAndDropPlayers = config.getBoolean("PopulationDensity.LaunchAndDropPlayers", true); - this.config_launchAndDropNewPlayers = config.getBoolean("PopulationDensity.LaunchAndDropNewPlayers", true); + this.config_launchAndDropNewPlayers = config.getBoolean("PopulationDensity.LaunchAndDropNewPlayers", config_launchAndDropPlayers); String topper = config.getString("PopulationDensity.PostDesign.TopBlock", "89:0"); //default glowstone