mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
amb1096 affected DoD, TS and TFC modules, fixed.
This commit is contained in:
parent
4c79232f17
commit
9348f9931e
@ -194,7 +194,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha
|
||||
return a;
|
||||
}
|
||||
// Any other case was a false match.
|
||||
|
||||
a = a->prev;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -192,7 +192,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha
|
||||
return a;
|
||||
}
|
||||
// Any other case was a false match.
|
||||
|
||||
a = a->prev;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -192,7 +192,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha
|
||||
return a;
|
||||
}
|
||||
// Any other case was a false match.
|
||||
|
||||
a = a->prev;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user