mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
lowercase strings coming from !nominate
This commit is contained in:
parent
98ad99af3a
commit
5a5b868c29
@ -1362,11 +1362,14 @@ public Action Command_Nominate(int client, int args)
|
||||
|
||||
public Action Command_Nominate_Internal(int client, char mapname[PLATFORM_MAX_PATH])
|
||||
{
|
||||
LowercaseString(mapname);
|
||||
|
||||
if (g_cvNominateMatches.BoolValue)
|
||||
{
|
||||
SMC_NominateMatches(client, mapname);
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
if(SMC_FindMap(mapname, mapname, sizeof(mapname)))
|
||||
{
|
||||
if(StrEqual(mapname, g_cMapName))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user