This commit is contained in:
parent
4933751ac4
commit
4ee6ca5951
3 changed files with 8 additions and 5 deletions
|
|
@ -249,7 +249,7 @@ namespace Server.Factions
|
|||
|
||||
public int CompareTo( object obj )
|
||||
{
|
||||
return m_KillPoints - ((PlayerState)obj).m_KillPoints;
|
||||
return ((PlayerState)obj).m_KillPoints - m_KillPoints;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue