I set this up to restart my server and it works but I get a double countdown. I have it set for a 5 minute and every minute up to the last 10 seconds the it counts the seconds and restart but insted of restarting it counts down again from 5 minutes but this time it does it all in seconds and then it restarts so it takes 10 minutes to count down here is my config can you tell me whats going on ?
{
"EnableInGameTime-Timer": false,
"EnableRealTime-Timer": true,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"InGameTime-Timer": {},
"RealTime-Timer": {
"16:55:00": "say 'Server will restart in 5 minutes.'",
"16:58:00": "say 'Server will restart in 2 minutes.'",
"16:59:00": "say 'Server will restart in 1 minutes.'",
"16:59:49": "say 'Server will restart in 10 seconds.'",
"16:59:50": "server.save",
"16:59:51": "say 'Server will restart in 9 seconds.'",
"16:59:52": "say 'Server will restart in 8 seconds.'",
"16:59:53": "say 'Server will restart in 7 seconds.'",
"16:59:54": "say 'Server will restart in 6 seconds.'",
"16:59:55": "say 'Server will restart in 5 seconds.'",
"16:59:56": "say 'Server will restart in 4 seconds.'",
"16:59:57": "say 'Server will restart in 3 seconds.'",
"16:59:58": "say 'Server will restart in 2 seconds.'",
"16:59:59": "say 'Server will restart in 1 seconds.'",
"17:00:00": "restart",
},
"TimerOnce": {},
"TimerRepeat": {
}
}
{
"EnableInGameTime-Timer": false,
"EnableRealTime-Timer": true,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"InGameTime-Timer": {},
"RealTime-Timer": {
"16:55:00": "say 'Server will restart in 5 minutes.'",
"16:58:00": "say 'Server will restart in 2 minutes.'",
"16:59:00": "say 'Server will restart in 1 minutes.'",
"16:59:49": "say 'Server will restart in 10 seconds.'",
"16:59:50": "server.save",
"16:59:51": "say 'Server will restart in 9 seconds.'",
"16:59:52": "say 'Server will restart in 8 seconds.'",
"16:59:53": "say 'Server will restart in 7 seconds.'",
"16:59:54": "say 'Server will restart in 6 seconds.'",
"16:59:55": "say 'Server will restart in 5 seconds.'",
"16:59:56": "say 'Server will restart in 4 seconds.'",
"16:59:57": "say 'Server will restart in 3 seconds.'",
"16:59:58": "say 'Server will restart in 2 seconds.'",
"16:59:59": "say 'Server will restart in 1 seconds.'",
"17:00:00": "restart",
},
"TimerOnce": {},
"TimerRepeat": {
}
}