Skip to content

Commit

Permalink
Ensure map type is restored when reconstructing context
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Aug 28, 2024
1 parent 73c4d07 commit f33cc23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void reconstructFrom(LiveCompetitionMap map) {
}

this.mapName = map.getName();
this.mapType = map.getType();
this.min = Position.block(bounds.getMinX(), bounds.getMinY(), bounds.getMinZ());
this.max = Position.block(bounds.getMaxX(), bounds.getMaxY(), bounds.getMaxZ());

Expand Down

0 comments on commit f33cc23

Please sign in to comment.