diff --git a/plugins/L4D2Tools.smx b/plugins/L4D2Tools.smx index b59d97a..2c8dabd 100644 Binary files a/plugins/L4D2Tools.smx and b/plugins/L4D2Tools.smx differ diff --git a/scripting/L4D2Tools.sp b/scripting/L4D2Tools.sp index 19a96fd..7757eb2 100644 --- a/scripting/L4D2Tools.sp +++ b/scripting/L4D2Tools.sp @@ -408,7 +408,7 @@ public Action Command_PlaySound(int client, int args) { ReplyToCommand(client, "Playing '%s' to %N %s", arg2, target, arg3); } } - ShowActivity2(client, target_name, "\"%L\" playing sound \"%s\" to \"%L\"", client, arg2, target_name); + ShowActivity2(client, target_name, "\"%L\" playing sound \"%s\" to \"%s\"", client, arg2, target_name); } return Plugin_Handled; }