diff --git a/tournaments/index.js b/tournaments/index.js index 84f56dd1ff..ace756d296 100644 --- a/tournaments/index.js +++ b/tournaments/index.js @@ -842,7 +842,7 @@ CommandParser.commands.tournament = function (paramString, room, user) { "- runautodq: Manually run the automatic disqualifier.
" + "- getusers: Lists the users in the current tournament.
" + "- on/off: Enables/disables allowing mods to start tournaments.
" + - "More detailed help can be found here" + "More detailed help can be found here" ); } else if (cmd === 'on' || cmd === 'enable') { if (!this.can('tournamentsmanagement', null, room)) return;