mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 03:18:25 +00:00
Fix unranked message in a populated database (#519)
This commit is contained in:
parent
8d3b4fee07
commit
1c0c410020
@ -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]);
|
Shavit_PrintToChat(client, "%T", "Unranked", client, gS_ChatStrings[sMessageVariable2], target, gS_ChatStrings[sMessageText]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user