Skip to content

Commit

Permalink
Also set the parent world for dynamic competitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Aug 25, 2024
1 parent 3ecf30d commit ba11083
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public final LiveCompetition<?> createDynamicCompetition(Arena arena) {
}

copy.mapWorld = world;
copy.parentWorld = this.mapWorld;
copy.postProcess();

return copy.createCompetition(arena);
Expand Down

0 comments on commit ba11083

Please sign in to comment.