Skip to content

Commit

Permalink
Disabling extern api by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Azkellas committed Oct 8, 2018
1 parent e7fff91 commit 3da22c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'use strict';

const useAgentModule = true; // set to false to disable angular debug mode (and agent panel)
var forceExternRequest = true; // set to true to enable fighting against bots of higher leagues
var forceExternRequest = false; // set to true to enable fighting against bots of higher leagues

var GMsetValue = undefined;
var GMgetValue = undefined;
Expand Down

0 comments on commit 3da22c6

Please sign in to comment.