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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;