diff --git a/plugins/basechat.sp b/plugins/basechat.sp index c51c3930..69cf3b68 100644 --- a/plugins/basechat.sp +++ b/plugins/basechat.sp @@ -392,7 +392,7 @@ void SendPrivateChat(int client, int target, const char[] message) } PrintToChat(target, "\x04(Private to %N) %N: \x01%s", target, client, message); - LogAction(client, -1, "\"%L\" triggered sm_psay to \"%L\" (text %s)", client, target, message); + LogAction(client, target, "\"%L\" triggered sm_psay to \"%L\" (text %s)", client, target, message); } void SendPanelToAll(int from, char[] message)