why the fuck does the osu! client do this to me?
This commit is contained in:
parent
55eee64792
commit
919e0b6701
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ module.exports = async function(req, res) {
|
|||
}
|
||||
|
||||
// Concat current user queue into response data
|
||||
// NOTE: NEVER EVER remove this buffer concat. For some reason the client freaks out if it's not there.
|
||||
responseData = Buffer.concat([responseData, PacketUser.queue], responseData.length + PacketUser.queue.length);
|
||||
PacketUser.clearQueue();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue