Skip to content

Commit

Permalink
client quit runtime fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 26, 2023
1 parent 634a8f8 commit 33f06ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/datums/components/phone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,9 @@ GLOBAL_LIST_EMPTY_TYPED(phones, /datum/component/phone)

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

UnregisterSignal(virtual_user.mob, COMSIG_DEAD_SPEAK)

/datum/component/phone/virtual/handle_reset_call_message(timeout = FALSE, recursed = FALSE)
Expand Down

0 comments on commit 33f06ee

Please sign in to comment.