oops forgot to edit pasted line

This commit is contained in:
Lamp 2018-12-14 06:09:57 +00:00
parent a1aa5f0154
commit 31d9ddbb9a
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ global.createMPPbridge = function createMPPbridge(room, DiscordChannelID, site =
}
});
gClient.prependListener("bye", async msg => {
var participant = MPP.client.ppl[msg.p];
var participant = gClient.ppl[msg.p];
dSend(`\`${participant._id.substr(0,6)}\` ___**${sanitizeName(participant.name)}** left the room.___`);
});