Fix walls (and maybe the server) (#15688)

This commit is contained in:
Wildkins
2023-01-30 06:22:13 -05:00
committed by GitHub
parent ceca3545c4
commit 3f545ae8f3
4 changed files with 22 additions and 9 deletions

View File

@@ -56,6 +56,7 @@
bounds = extend_bounds_if_needed(bounds, M.bounds)
atoms_to_initialise += M.atoms_to_initialise
else
SSicon_smooth.enable()
return FALSE
for (var/z_index = bounds[MAP_MINZ]; z_index <= bounds[MAP_MAXZ]; z_index++)
@@ -168,6 +169,7 @@
if (M)
atoms_to_initialise += M.atoms_to_initialise
else
SSicon_smooth.enable()
return FALSE
//initialize things that are normally initialized after map load