mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Fix commlink runtime
Probably when NIF is being destroyed.
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
nif.comm = new(nif,src)
|
||||
|
||||
uninstall()
|
||||
if((. = ..()))
|
||||
qdel_null(nif.comm)
|
||||
var/obj/item/device/nif/lnif = nif //Awkward. Parent clears it in an attempt to clean up.
|
||||
if((. = ..()) && lnif)
|
||||
qdel_null(lnif.comm)
|
||||
|
||||
activate()
|
||||
if((. = ..()))
|
||||
|
||||
Reference in New Issue
Block a user