mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Fix SHOULD_NOT_SLEEP hit in infra assemblies [MDB IGNORE] (#21168)
* Fix SHOULD_NOT_SLEEP hit in infra assemblies (#75408) See #75232 refreshBeam() is a sleeping proc, dropped gets called on Destroy() * Fix SHOULD_NOT_SLEEP hit in infra assemblies --------- Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
This commit is contained in:
co-authored by
Jordan Dominion
parent
7703ba8636
commit
0b965c7fcb
@@ -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