Skip to content

Commit

Permalink
Merge pull request #8 from vivaeltopo/feature/switch_to_iitc_app
Browse files Browse the repository at this point in the history
Switch to IITC-CE from iitc.app
  • Loading branch information
sndirsch authored Jan 23, 2022
2 parents 5f2e301 + 5da0ab8 commit 247b26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ice/modules/ice-50-extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function addIitc() {
});
var script = document.createElement('script');
script.type='text/javascript';
script.src='https://static.iitc.me/build/release/total-conversion-build.user.js';
script.src='https://iitc.app/build/beta/total-conversion-build.user.js';
document.head.insertBefore(script, document.head.lastChild);
}, !config.hideField, !config.hideLink, !config.hideRes, !config.hideEnl, config.minlevel, config.maxlevel);
if( typeof config.plugins == 'undefined' || config.plugins === '' ) {
Expand Down

0 comments on commit 247b26b

Please sign in to comment.