diff --git a/chat-plugins/scavengers.js b/chat-plugins/scavengers.js
index 0f2459aa3d..d26c30fd2b 100644
--- a/chat-plugins/scavengers.js
+++ b/chat-plugins/scavengers.js
@@ -41,7 +41,6 @@ exports.commands = {
return this.errorReply('You must specify three hints and three answers.');
}
if (cmd === 'startofficialhunt') {
- if (!this.can('ban', null, room)) return false;
scavengers.blitz = setTimeout(function () {
scavengers.blitz = null;
}, 60000);
@@ -144,7 +143,7 @@ exports.commands = {
'
' +
'Staff commands:
' +
'- /starthunt hint, answer, hint, answer, hint, answer - Start a new scavenger hunt (Requires: % @ # & ~)
' +
- '- /startofficialhunt hint, answer, hint, answer, hint, answer - Start an official hunt with 60 seconds blitz period (Requires: @ # & ~)
' +
+ '- /startofficialhunt hint, answer, hint, answer, hint, answer - Start an official hunt with 60 seconds blitz period (Requires: % @ # & ~)
' +
'- /endhunt - Finish the current hunt and announce the winners (Requires: % @ # & ~)
' +
'- /resethunt - Reset the scavenger hunt to mint status (Requires: % @ # & ~)'
);