Fix cheat check with OK steps.

This commit is contained in:
Josh Allen
2004-09-12 05:34:02 +00:00
parent eee53e1a35
commit 2b08a4943d
+1 -1
View File
@@ -942,7 +942,7 @@ bool StepManiaLanServer::CheckCheat(int clientNum)
if ((Client[clientNum].Player[x].currstep == 6)&&
(PREFSMAN->m_fJudgeWindowSecondsMarvelous < Client[clientNum].Player[x].offset))
return true;
if ((Client[clientNum].Player[x].currstep == 8)&&
if ((Client[clientNum].Player[x].currstep == 7)&&
(PREFSMAN->m_fJudgeWindowSecondsOK < Client[clientNum].Player[x].offset))
return true;
}