From a61549c932fb1aea82d9dcfac575c586220e6e21 Mon Sep 17 00:00:00 2001 From: zombieb Date: Sat, 22 Mar 2025 21:48:46 -0400 Subject: [PATCH] fixes --- BasePatches/{PhotonPatch.cs => PhotonPatchEvents.cs} | 0 BasePatches/SignalRHandshakeFix.cs | 1 + README.md | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename BasePatches/{PhotonPatch.cs => PhotonPatchEvents.cs} (100%) 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.