diff --git a/internal/ratiospoof/ratiospoof.go b/internal/ratiospoof/ratiospoof.go index 03be44c..f48e0cc 100644 --- a/internal/ratiospoof/ratiospoof.go +++ b/internal/ratiospoof/ratiospoof.go @@ -132,7 +132,6 @@ func (R *RatioSpoof) updateInterval(interval int) { } else { R.AnnounceInterval = 1800 } - R.AnnounceInterval = 30 R.updateEstimatedTimeToAnnounce(R.AnnounceInterval) }