Skip to content

Commit

Permalink
OK actual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 26, 2023
1 parent 33f06ee commit e3314e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/phone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ GLOBAL_LIST_EMPTY_TYPED(phones, /datum/component/phone)

/datum/component/phone/virtual/reset_call(timeout = FALSE, recursed = FALSE)
. = ..()
if(!virtual_user.mob)
if(!virtual_user?.mob)
return

UnregisterSignal(virtual_user.mob, COMSIG_DEAD_SPEAK)
Expand Down

0 comments on commit e3314e2

Please sign in to comment.