Skip to content

Commit

Permalink
gaaahhh
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Sep 25, 2023
1 parent 6184d24 commit 8157af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/map_zones.dm
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@
unlink(dir)
parent_level.virtual_levels -= src
parent_level = null
LAZYREMOVE(SSmapping.virtual_z_translation, "[id]")
SSidlenpcpool.idle_mobs_by_virtual_level -= "[id]"
LAZYREMOVE(SSidlenpcpool.idle_mobs_by_virtual_level, "[id]")
SSmapping.virtual_z_translation -= "[id]"
parent_map_zone.remove_virtual_level(src)
if(up_linkage)
up_linkage.down_linkage = null
Expand Down

0 comments on commit 8157af2

Please sign in to comment.