diff --git a/addons/sourcemod/scripting/nominations_extended.sp b/addons/sourcemod/scripting/nominations_extended.sp index 5b7719e..6c976dd 100644 --- a/addons/sourcemod/scripting/nominations_extended.sp +++ b/addons/sourcemod/scripting/nominations_extended.sp @@ -275,7 +275,7 @@ public Action:Command_Nominate(client, args) decl String:name[MAX_NAME_LENGTH]; GetClientName(client, name, sizeof(name)); - PrintToChatAll("[NE] %t", "Map Nominated", name, mapname); + CReplyToCommand(client, "[NE] %t", "Map Nominated", name, mapname); LogMessage("%s nominated %s", name, mapname); return Plugin_Continue; @@ -515,4 +515,4 @@ stock bool:IsNominateAllowed(client) } return true; -} \ No newline at end of file +}