Skip to content

Commit

Permalink
Update map_placer.dm (#11450)
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon authored Sep 8, 2024
1 parent 04b689b commit d4aa743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/map_generators/map_placer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
model_cache = placing_template.modelCache
set_stage(GENERATE_STAGE_BUILD_COORDINATES_START)
return
//Set these all to be the same reference
model_cache = placing_template.modelCache = list()
// Build the model cache by ourselves
model_cache = list()
set_stage(GENERATE_STAGE_BUILD_CACHE)
//Set the grid models
grid_models = placing_template.grid_models
Expand Down

0 comments on commit d4aa743

Please sign in to comment.