Some more fixes

This commit is contained in:
Garrett
2024-07-20 20:00:10 -05:00
parent 21ac7c4733
commit fd131845f0
3 changed files with 65 additions and 10 deletions

View File

@@ -47,8 +47,6 @@ namespace SeamlessClient
TryShow($"Running Seamless Client Plugin v[{SeamlessVersion}]");
SeamlessPatcher = new Harmony("SeamlessClientPatcher");
GetComponents();
PatchComponents(SeamlessPatcher);
}