Allow bot's username & location to be sent
This commit is contained in:
parent
63098d2858
commit
1386fc2207
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ const osu = require("osu-packet"),
|
|||
getUserById = require("../util/getUserById.js");
|
||||
|
||||
module.exports = function(currentUser, id) {
|
||||
if (id == 3) return; // Bot
|
||||
|
||||
const osuPacketWriter = new osu.Bancho.Writer;
|
||||
|
||||
const User = getUserById(id);
|
||||
|
|
Loading…
Reference in a new issue