Change some language

This commit is contained in:
Ethan Stubbs 2021-02-06 01:20:32 +00:00
parent fcc6925a03
commit 4416e7e04b

View file

@ -18,7 +18,7 @@ module.exports = function(CurrentUser, CurrentPacket) {
const osuPacketWriter = new osu.Bancho.Writer;
osuPacketWriter.SendMessage({
sendingClient: global.users[0].username,
message: "The channel you are currently trying to send to is locked, please come back later!",
message: "The channel you are currently trying to send to is locked, please check back later!",
target: CurrentPacket.data.target,
senderId: global.users[0].id
});