Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Removed on demand, disagree with removal since source should be watched and is usually the main reason for script to not work.
  • Loading branch information
Kreyren authored and Jacob Hrbek committed Jan 9, 2019
1 parent 78bb371 commit 68fc0b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Applications/Games/League of Legends/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include(["engines", "wine", "verbs", "sandbox"]);
include(["engines", "wine", "verbs", "d3dx9"]);

// Installs League of Legends
// Source may became obsolete, needs to updated regulary.

var installerImplementation = {
run: function () {
Expand Down

0 comments on commit 68fc0b7

Please sign in to comment.