[Server] Allow timers callbacks to restart timers

pull/249/merge
Koncord 8 years ago
parent d82ed7d0ad
commit 31adb5d715

@ -44,8 +44,8 @@ void Timer::Tick()
if (time - startTime >= targetMsec)
{
Call(args);
end = true;
Call(args);
}
}

Loading…
Cancel
Save