Skip to content

Commit

Permalink
prepare world
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer authored Oct 22, 2024
1 parent afb4735 commit a96d624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/me/hsgamer/morefoworld/WorldUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public static FeedbackWorld addWorld(WorldCreator creator) {

internal.setSpawnSettings(true, true);

console.prepareLevels(internal.getChunkSource().chunkMap.progressListener, internal);
io.papermc.paper.threadedregions.RegionizedServer.getInstance().addWorld(internal);

Bukkit.getPluginManager().callEvent(new WorldLoadEvent(internal.getWorld())); // Call Event
Expand Down

0 comments on commit a96d624

Please sign in to comment.