[FIX] Scope runtime if user loses the tracker (#28202)

* null catch

* put the sybsystem to bed
This commit is contained in:
Erikos
2025-02-02 02:26:23 +00:00
committed by GitHub
parent 81e777b6d0
commit dc15477755
+3
View File
@@ -58,6 +58,9 @@
))
/datum/component/scope/process()
if(!tracker)
STOP_PROCESSING(SSprojectiles, src)
return
var/mob/user_mob = tracker.owner
var/client/user_client = user_mob.client
if(!user_client)