partially revert "Array support for find + ResurrectHome: View Server Home Button on Server Guide (#2283)"

This reverts commit 5636f9d979.

It breaks Vesktop which is not acceptable. Need to resolve this conflict and add this back later
This commit is contained in:
Vendicated 2024-04-14 00:57:59 +02:00
parent 5636f9d979
commit 89dc74d5d7
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
5 changed files with 15 additions and 47 deletions

View file

@ -36,7 +36,7 @@ export interface PatchReplacement {
export interface Patch {
plugin: string;
find: string | string[];
find: string;
replacement: PatchReplacement | PatchReplacement[];
/** Whether this patch should apply to multiple modules */
all?: boolean;