Skip to content

Commit

Permalink
Makes receive_signal async (tgstation#75276)
Browse files Browse the repository at this point in the history
Should have always been this way. Fixes a ton of SHOULD_NOT_SLEEP hits.

See tgstation#75232
  • Loading branch information
Cyberboss authored May 11, 2023
1 parent 11ff2d7 commit fc5d769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ GLOBAL_LIST_INIT(reverseradiochannels, list(
devices -= devices_filter

/obj/proc/receive_signal(datum/signal/signal)
set waitfor = FALSE
return

/datum/signal
Expand Down

0 comments on commit fc5d769

Please sign in to comment.