disable autocharge cooldown

This commit is contained in:
legop3
2025-11-12 01:19:49 -05:00
parent 73b1b44c35
commit 24e68e20cf
2 changed files with 1 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -8,7 +8,7 @@ import (
const (
autoChargeTimeout = 10 * time.Second
autoChargeCooldown = 2 * time.Minute
autoChargeCooldown = 0 * time.Minute
sourceHomeBase = 1 << 1
)