Fix /nominations returning Plugin_Continue (#532)
This commit is contained in:
parent
f06bdc9121
commit
988d023e89
@ -261,7 +261,7 @@ public Action Command_Nominate(int client, int args)
|
||||
GetClientName(client, name, sizeof(name));
|
||||
PrintToChatAll("[SM] %t", "Map Nominated", name, displayName);
|
||||
|
||||
return Plugin_Continue;
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
void AttemptNominate(int client)
|
||||
|
Loading…
Reference in New Issue
Block a user