Make Private messages more sane
This commit is contained in:
parent
de5b4841de
commit
76050657d1
1 changed files with 1 additions and 3 deletions
|
@ -4,12 +4,10 @@ const osu = require("osu-packet"),
|
|||
module.exports = function(CurrentPacket, CurrentUser) {
|
||||
const osuPacketWriter = new osu.Bancho.Writer;
|
||||
|
||||
osuPacketWriter.ChannelJoinSuccess(CurrentUser.username);
|
||||
|
||||
osuPacketWriter.SendMessage({
|
||||
sendingClient: CurrentUser.username,
|
||||
message: CurrentPacket.data.message,
|
||||
target: CurrentPacket.data.target,
|
||||
target: CurrentUser.username,
|
||||
senderId: CurrentUser.id
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue