Fix unranked message in a populated database (#519)

This commit is contained in:
shavit 2017-11-12 19:39:28 +02:00
parent 8d3b4fee07
commit 1c0c410020

View File

@ -546,7 +546,7 @@ public Action Command_Rank(int client, int args)
}
}
if(gI_Rank[target] == 0)
if(gF_Points[target] == 0.0)
{
Shavit_PrintToChat(client, "%T", "Unranked", client, gS_ChatStrings[sMessageVariable2], target, gS_ChatStrings[sMessageText]);