diff --git a/Flight/Flight.js b/Flight/Flight.js index 7428bf7cad..a52b337748 100644 --- a/Flight/Flight.js +++ b/Flight/Flight.js @@ -36,7 +36,7 @@ bshields.flight = (function() { }); }, help: function(command, args, msg) { - if (_.isFunction(commands['help_' + command]) { + if (_.isFunction(commands['help_' + command])) { commands['help_' + command](args, msg); } },