mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Woops!
Fix for amb1096 - csstats_rank mode 2 caused a server lockup.
This commit is contained in:
parent
be35cc9912
commit
df522ebe6f
@ -179,6 +179,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha
|
|||||||
// Any other case was a false match.
|
// Any other case was a false match.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
a = a->prev;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else // No special case
|
else // No special case
|
||||||
|
Loading…
Reference in New Issue
Block a user