mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-20 08:32:45 +01:00
Commented too much
This commit is contained in:
parent
cf9e490c77
commit
2e32f4e1e8
@ -225,13 +225,13 @@ DllPatcher.prototype.saveDll = function() {
|
||||
return;
|
||||
var fname = this.filename;
|
||||
|
||||
/* disabled as it can get kinda hectic with many patches
|
||||
for(var i = 0; i < this.mods.length; i++) {
|
||||
var enabledStr = this.mods[i].applyPatch(this.dllFile);
|
||||
/* disabled as it can get kinda hectic with many patches
|
||||
if(enabledStr) {
|
||||
fname += '-' + enabledStr;
|
||||
}
|
||||
} */
|
||||
} */
|
||||
}
|
||||
fname += '.dll';
|
||||
|
||||
var blob = new Blob([this.dllFile], {type: "application/octet-stream"});
|
||||
|
Loading…
x
Reference in New Issue
Block a user