Skip to content

Commit

Permalink
firareview
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 6, 2023
1 parent a248407 commit 32b5ab5
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 @@ -616,7 +616,7 @@ GLOBAL_LIST_EMPTY_TYPED(phones, /datum/component/phone)
/datum/component/phone/virtual/ui_status(mob/user, datum/ui_state/state)
return UI_INTERACTIVE

/datum/component/phone/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)
/datum/component/phone/virtual/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)
. = ..()
if(.)
return
Expand Down

0 comments on commit 32b5ab5

Please sign in to comment.