Skip to content

Commit

Permalink
Update ship_holomap.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Aug 13, 2024
1 parent 7317dcc commit 91b8ffb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/holomap/ship_holomap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@
/datum/station_holomap/Destroy()
QDEL_NULL(station_map)
QDEL_NULL(cursor)
QDEL_NULL_LIST(legend)
QDEL_NULL_LIST(levels)
QDEL_NULL_LIST(lbuttons)
QDEL_NULL_LIST(maptexts)
QDEL_NULL_LIST(z_levels)
LAZYCLEARLIST(legend)
LAZYCLEARLIST(levels)
LAZYCLEARLIST(lbuttons)
LAZYCLEARLIST(maptexts)
LAZYCLEARLIST(z_levels)
return ..()

/datum/station_holomap/proc/initialize_holomap(turf/T, isAI = null, mob/user = null, reinit = FALSE)
Expand Down

0 comments on commit 91b8ffb

Please sign in to comment.