1 parent 595fb4b commit a9fbb03Copy full SHA for a9fbb03
1 file changed
Concealment/Patches/PatchReplicableRequest.cs
@@ -29,7 +29,8 @@ static class PatchReplicableRequest
29
30
public static void Patch(PatchContext ctx)
31
{
32
- ctx.GetPattern(_requestMethod).Prefixes.Add(typeof(PatchReplicableRequest).GetMethod(nameof(PrefixRequest)));
+ //temporarily disabled because BitStream.ResetRead is throwing dumbass exceptions
33
+ //ctx.GetPattern(_requestMethod).Prefixes.Add(typeof(PatchReplicableRequest).GetMethod(nameof(PrefixRequest)));
34
}
35
36
public static void PrefixRequest(MyPacket packet)
0 commit comments