diff --git a/project/Aki.Core/Patches/TransportPrefixPatch.cs b/project/Aki.Core/Patches/TransportPrefixPatch.cs index b784d09..2d2fc0a 100644 --- a/project/Aki.Core/Patches/TransportPrefixPatch.cs +++ b/project/Aki.Core/Patches/TransportPrefixPatch.cs @@ -15,7 +15,7 @@ namespace Aki.Core.Patches { try { - var type = PatchConstants.EftTypes.Single(t => t.Name == "Class229"); + var type = PatchConstants.EftTypes.Single(t => t.Name == "Class226"); var value = Traverse.Create(type).Field("TransportPrefixes").GetValue>(); value[ETransportProtocolType.HTTPS] = "http://"; value[ETransportProtocolType.WSS] = "ws://";