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

Commit

Permalink
Update core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth authored Dec 4, 2017
1 parent 04d6762 commit e100862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ idrinth.core = {
* @returns {undefined}
*/
run: function(url, success, failure, timeout, additionalHeader) {
if(!idrinth.start && !idrinth.settings.get("server")) {
if(!idrinth.start && idrinth.settings.get("server")) {
return;
}
var requestHandler = new XMLHttpRequest();
Expand Down

0 comments on commit e100862

Please sign in to comment.