diff --git a/BasePatches/PhotonPatch.cs b/BasePatches/PhotonPatchEvents.cs similarity index 100% rename from BasePatches/PhotonPatch.cs rename to BasePatches/PhotonPatchEvents.cs diff --git a/BasePatches/SignalRHandshakeFix.cs b/BasePatches/SignalRHandshakeFix.cs index 1c2881a..8efd643 100644 --- a/BasePatches/SignalRHandshakeFix.cs +++ b/BasePatches/SignalRHandshakeFix.cs @@ -19,6 +19,7 @@ namespace undead_universal_patch_il2cpp.Patches public static bool Prepare() { + if (!GenericConfig.SignalRHandshakeFix.Value) return false; if (targetType == null) { Plugin.Log.LogWarning($"'{Description}' disabled. The type for this patch was not found."); diff --git a/README.md b/README.md index af2f6a9..3702d63 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Undead Universal Patch Non-EAC, IL2CPP build patcher for Rec Room (Dec 2018\*-*Apr 3 2020) -**Currently only supports non-obfuscated builds** +**Currently only supports unobfuscated builds** Part two of two universal patches. The Mono patch is available at https://git.proxnet.dev/zombieb/undead-universal-patch-mono.