mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Backout changeset aa745bf0c347 (bug 3302) for regression reported in bug 5552.
This commit is contained in:
parent
a31621dd0c
commit
0d2385b004
@ -168,7 +168,7 @@ void CTaskMngr::CTask::executeIfRequired(float fCurrentTime, float fTimeLimit, f
|
||||
{
|
||||
clear();
|
||||
} else {
|
||||
m_fNextExecTime = fCurrentTime + m_fBase;
|
||||
m_fNextExecTime += m_fBase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user