mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +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;
|
return a;
|
||||||
}
|
}
|
||||||
// Any other case was a false match.
|
// 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;
|
return a;
|
||||||
}
|
}
|
||||||
// Any other case was a false match.
|
// 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;
|
return a;
|
||||||
}
|
}
|
||||||
// Any other case was a false match.
|
// Any other case was a false match.
|
||||||
|
a = a->prev;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user