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

Commit e100862

Browse files
authored
Update core.js
1 parent 04d6762 commit e100862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ idrinth.core = {
7979
* @returns {undefined}
8080
*/
8181
run: function(url, success, failure, timeout, additionalHeader) {
82-
if(!idrinth.start && !idrinth.settings.get("server")) {
82+
if(!idrinth.start && idrinth.settings.get("server")) {
8383
return;
8484
}
8585
var requestHandler = new XMLHttpRequest();

0 commit comments

Comments
 (0)