mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
9/11
This commit is contained in:
@@ -97,7 +97,7 @@ var/list/lighting_update_overlays = list() // List of lighting overlays queued
|
||||
var/atom/movable/lighting_overlay/O = currentrun_overlays[currentrun_overlays.len]
|
||||
currentrun_overlays.len--
|
||||
|
||||
if (qdeleted(O))
|
||||
if (QDELETED(O))
|
||||
continue
|
||||
|
||||
O.update_overlay()
|
||||
|
||||
Reference in New Issue
Block a user