When a match is paused during freeze time the freeze_timeout will not be the right DateTime anymore.
One way to fix this would be to have a pause_time key which is set once the match has been paused. When unpaused the freeze_timeout would then be compared to the pause_time key to calculate the pause period
When a match is paused during freeze time the
freeze_timeoutwill not be the right DateTime anymore.One way to fix this would be to have a
pause_timekey which is set once the match has been paused. When unpaused thefreeze_timeoutwould then be compared to thepause_timekey to calculate the pause period