Fix reply command
This commit is contained in:
@@ -267,8 +267,7 @@ function replyToLastPrivateMessageCommand(command, params, client) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
getPlayerData(targetClient).privateMessageReplyTo = client;
|
messagePlayerPrivateMessage(getPlayerData(client).privateMessageReplyTo, client, params);
|
||||||
messagePlayerPrivateMessage(targetClient, client, messageText);
|
|
||||||
|
|
||||||
markPlayerActionTipSeen(client, "ReplyToDirectMessage");
|
markPlayerActionTipSeen(client, "ReplyToDirectMessage");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user