mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
* Added a return to stop a runtime from triggering.
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
/obj/item/device/powersink/process()
|
||||
if(!attached)
|
||||
set_mode(DISCONNECTED)
|
||||
return
|
||||
|
||||
var/datum/powernet/PN = attached.get_powernet()
|
||||
if(PN)
|
||||
|
||||
Reference in New Issue
Block a user