Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e568ffb

Browse files
yike (#22867)
1 parent f8ae8d7 commit e568ffb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/modules/power/energyharvester.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ obj/item/energy_harvester/Initialize(mapload)
108108
* Uses REALTIMEOFDAY since that's what SSEconomy runs off. If using regular tick time, a lag spike will slow down the rate of power absorption and thus the money output.
109109
*/
110110
/obj/item/energy_harvester/process()
111-
if(!anchored || !manual_switch ||!PN)
112-
disconnect_from_network()
111+
if(!anchored || !manual_switch || !PN)
113112
return PROCESS_KILL
114113
if(PN.netexcess <= 0)
115114
return

0 commit comments

Comments
 (0)