mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
[FIX] Scope runtime if user loses the tracker (#28202)
* null catch * put the sybsystem to bed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user