mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Commented too much
This commit is contained in:
+3
-3
@@ -225,13 +225,13 @@ DllPatcher.prototype.saveDll = function() {
|
|||||||
return;
|
return;
|
||||||
var fname = this.filename;
|
var fname = this.filename;
|
||||||
|
|
||||||
/* disabled as it can get kinda hectic with many patches
|
|
||||||
for(var i = 0; i < this.mods.length; i++) {
|
for(var i = 0; i < this.mods.length; i++) {
|
||||||
var enabledStr = this.mods[i].applyPatch(this.dllFile);
|
var enabledStr = this.mods[i].applyPatch(this.dllFile);
|
||||||
|
/* disabled as it can get kinda hectic with many patches
|
||||||
if(enabledStr) {
|
if(enabledStr) {
|
||||||
fname += '-' + enabledStr;
|
fname += '-' + enabledStr;
|
||||||
}
|
} */
|
||||||
} */
|
}
|
||||||
fname += '.dll';
|
fname += '.dll';
|
||||||
|
|
||||||
var blob = new Blob([this.dllFile], {type: "application/octet-stream"});
|
var blob = new Blob([this.dllFile], {type: "application/octet-stream"});
|
||||||
|
|||||||
Reference in New Issue
Block a user