`;
+ return template;
}
function formatOrder(place) {
@@ -1044,7 +1047,6 @@ let commands = {
viewqueue: function (target, room, user) {
if (room.id !== 'scavengers') return this.errorReply("This command can only be used in the scavengers room.");
- if (!this.can('mute', null, room)) return false;
this.sendReply(`|uhtml|scav-queue|${formatQueue(room.scavQueue, user, room)}`);
},