Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 6c37cdd

Browse files
committed
fix label
1 parent 34d164a commit 6c37cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/raids.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ idrinth.raids = {
401401
idrinth.core.log ( e.getMessage ? e.getMessage () : e.message );
402402
}
403403
};
404-
if ( !idrinth.settings.get ( 'stat#requestPrivate' ) ) {
404+
if ( !idrinth.settings.get ( 'raid#requestPrivate' ) ) {
405405
return;
406406
}
407407
for (var raidId in idrinth.raids.private) {

0 commit comments

Comments
 (0)