CallAdminRestrictions: oops

This commit is contained in:
Dogan 2019-10-17 00:12:25 +02:00
parent a4fbb15490
commit 91b030df84

View File

@ -69,7 +69,7 @@ public Action CallAdmin_OnReportPre(int client, int target, const char[] reason)
if(ActiveAdmins)
{
CPrintToChat(client, "{green}[CALLADMIN] {lightgreen}Reported %N for %s.", target, client);
CPrintToChat(client, "{green}[CALLADMIN] {lightgreen}Reported %N for %s.", target, reason);
return Plugin_Handled;
}
else