This commit is contained in:
2025-03-22 21:48:46 -04:00
parent 1aa377ef5b
commit a61549c932
3 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ namespace undead_universal_patch_il2cpp.Patches
public static bool Prepare() public static bool Prepare()
{ {
if (!GenericConfig.SignalRHandshakeFix.Value) return false;
if (targetType == null) if (targetType == null)
{ {
Plugin.Log.LogWarning($"'{Description}' disabled. The type for this patch was not found."); Plugin.Log.LogWarning($"'{Description}' disabled. The type for this patch was not found.");

View File

@@ -1,7 +1,7 @@
# Undead Universal Patch # Undead Universal Patch
Non-EAC, IL2CPP build patcher for Rec Room (Dec 2018\*-*Apr 3 2020) 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. Part two of two universal patches. The Mono patch is available at https://git.proxnet.dev/zombieb/undead-universal-patch-mono.