- SignalR handshake fix
- Self-hosted PhotonSocketServer support - Split photon and hile event patch - Deprecated amplitude redirect patch
This commit is contained in:
@@ -15,6 +15,7 @@ namespace undead_universal_patch_il2cpp.Patches
|
||||
|
||||
static bool Prepare()
|
||||
{
|
||||
if (!GenericConfig.CertificatePatch.Value) return false;
|
||||
if (targetMethod == null)
|
||||
{
|
||||
Plugin.Log.LogWarning($"'{Description}' disabled. The type for this patch was not found.");
|
||||
@@ -34,7 +35,7 @@ namespace undead_universal_patch_il2cpp.Patches
|
||||
|
||||
static bool Prefix()
|
||||
{
|
||||
return !(GenericConfig.CertificatePatch.Value);
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user