diff --git a/chat-plugins/helptickets.js b/chat-plugins/helptickets.js index 60e9bec6b4..c88bb417c8 100644 --- a/chat-plugins/helptickets.js +++ b/chat-plugins/helptickets.js @@ -419,7 +419,7 @@ exports.commands = { modjoin: (upper ? '&' : '%'), auth: {[user.userid]: '+'}, introMessage: `
Issue: ${ticket.type}
${upper ? `An Upper` : `A Global`} Staff member will be with you shortly.
${contexts[target]}
` : ``}`, - staffMessage: `${upper ? `${upper ? `` : ``}
`, + staffMessage: `${upper ? `${upper ? `` : ``}
`, }); helpRoom.game = new HelpTicket(helpRoom, ticket); } else {