Fix incorrect nomination response (#1161)
This commit is contained in:
parent
b6a6387f16
commit
452338dc11
@ -338,7 +338,7 @@ void AttemptNominate(int client, const char[] map, int size)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ReplyToCommand(client, "[SM] %t", "Map Already Nominated");
|
ReplyToCommand(client, "[SM] %t", "Max Nominations");
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user