From d4aa74318e37507cca0be870c1d70635f2f4ce88 Mon Sep 17 00:00:00 2001 From: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:56:46 +0100 Subject: [PATCH] Update map_placer.dm (#11450) --- code/datums/map_generators/map_placer.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/map_generators/map_placer.dm b/code/datums/map_generators/map_placer.dm index 0b344c820bcb8..63f6554f9ca68 100644 --- a/code/datums/map_generators/map_placer.dm +++ b/code/datums/map_generators/map_placer.dm @@ -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