diff options
Diffstat (limited to 'switchtimer.c')
-rw-r--r-- | switchtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/switchtimer.c b/switchtimer.c index f56c469..79e0bce 100644 --- a/switchtimer.c +++ b/switchtimer.c @@ -6,7 +6,7 @@ cSwitchTimers SwitchTimers; cSwitchTimer::cSwitchTimer(void) { eventID = 0; startTime = 0; - switchMinsBefore = 2; + switchMinsBefore = config.switchMinsBefore; announceOnly = 0; } |