mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
Fixes beam proc. (#5797)
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@
|
||||
return ..()
|
||||
|
||||
/datum/beam/proc/Draw()
|
||||
if(QDELETED(target) || !QDELETED(origin))
|
||||
if(QDELETED(target) || QDELETED(origin))
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user