We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dcc8d commit 46e7d0aCopy full SHA for 46e7d0a
1 file changed
scripting/basechat.sp
@@ -451,7 +451,6 @@ public int Handler_DoNothing(Menu menu, MenuAction action, int param1, int param
451
public Action mcp_DirectMessageGroupName(int sender, int recipient, mcpSenderFlag senderflags, mcpTargetGroup targetgroup, const char[] groupphrase, char[] groupname) {
452
int dmTarget;
453
if (targetgroup == mcpTargetDirect && (dmTarget = MCP_GetMessageData())!=0) {
454
- PrintToServer("Formatting %s with %N for %N", groupphrase, dmTarget, recipient);
455
Format(groupname, MCP_MAXLENGTH_TRANPHRASE, "%T", groupphrase, recipient, dmTarget);
456
return Plugin_Changed;
457
}
0 commit comments