Skip to content

Commit

Permalink
fix autotransfer actually not stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
craftxbox committed Sep 30, 2024
1 parent dae93ae commit 1552847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/controllers/subsystem/autotransfer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SUBSYSTEM_DEF(autotransfer)
COOLDOWN_START(src, next_vote, CONFIG_GET(number/vote_autotransfer_initial))
else
message_admins("Autotransfer vote interval is negative. Autotransfer disabled.")
can_fire = 0
return ..()

/datum/controller/subsystem/autotransfer/fire()
Expand Down

0 comments on commit 1552847

Please sign in to comment.