mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 09:03:03 -04:00
Patch#all option to patch duplicate modules (#99)
This commit is contained in:
parent
bf49acd535
commit
87b6d6ab12
2 changed files with 3 additions and 2 deletions
|
@ -127,7 +127,7 @@ function patchPush() {
|
|||
patchedBy.delete(patch.plugin);
|
||||
}
|
||||
}
|
||||
patches.splice(i--, 1);
|
||||
if (!patch.all) patches.splice(i--, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue