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

Commit cb8abc7

Browse files
committed
making ! less confusing I hope
1 parent 974e46e commit cb8abc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/observer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ idrinth.observer = {
4545
* @returns {Boolean}
4646
*/
4747
var correctServer = function(href, isWorld) {
48-
return (!href.match ( 'serverid=2' )) === !isWorld;
48+
return (!href.match ( 'serverid=2' )) !== isWorld;
4949
};
5050
if(!href || !href.match ( /action_type=raidhelp/ )) {
5151
return;

0 commit comments

Comments
 (0)