diff --git a/CallAdmin/scripting/CallAdminRestrictions.sp b/CallAdmin/scripting/CallAdminRestrictions.sp index 3c4d9d8f..e814248f 100644 --- a/CallAdmin/scripting/CallAdminRestrictions.sp +++ b/CallAdmin/scripting/CallAdminRestrictions.sp @@ -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