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()
{
if (!GenericConfig.SignalRHandshakeFix.Value) return false;
if (targetType == null)
{
Plugin.Log.LogWarning($"'{Description}' disabled. The type for this patch was not found.");