mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Fix SHOULD_NOT_SLEEP hit in infra assemblies (#75408)
See #75232 refreshBeam() is a sleeping proc, dropped gets called on Destroy()
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
if(holder)
|
||||
holder_movement() //sync the dir of the device as well if it's contained in a TTV or an assembly holder
|
||||
else
|
||||
refreshBeam()
|
||||
INVOKE_ASYNC(src, PROC_REF(refreshBeam))
|
||||
|
||||
/obj/item/assembly/infra/process()
|
||||
if(!on || !secured)
|
||||
|
||||
Reference in New Issue
Block a user