mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Fix SHOULD_NOT_SLEEP hit in destination_sign's tram travel (#75511)
See #75232
This commit is contained in:
@@ -639,7 +639,7 @@ GLOBAL_LIST_EMPTY(tram_doors)
|
||||
/obj/machinery/destination_sign/proc/on_tram_travelling(datum/source, travelling)
|
||||
SIGNAL_HANDLER
|
||||
update_sign()
|
||||
process()
|
||||
INVOKE_ASYNC(src, TYPE_PROC_REF(/datum, process))
|
||||
|
||||
/obj/machinery/destination_sign/proc/update_operating()
|
||||
// Immediately process for snappy feedback
|
||||
|
||||
Reference in New Issue
Block a user