Fix incorrect nomination response (#1161)

This commit is contained in:
thorgot
2020-02-06 22:53:59 -08:00
committed by GitHub
parent b6a6387f16
commit 452338dc11
+1 -1
View File
@@ -338,7 +338,7 @@ void AttemptNominate(int client, const char[] map, int size)
}
else
{
ReplyToCommand(client, "[SM] %t", "Map Already Nominated");
ReplyToCommand(client, "[SM] %t", "Max Nominations");
}
return;