Skip to content

Commit a9fbb03

Browse files
committed
Disable request patch because BitStream is garbage
1 parent 595fb4b commit a9fbb03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎Concealment/Patches/PatchReplicableRequest.cs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ static class PatchReplicableRequest
2929

3030
public static void Patch(PatchContext ctx)
3131
{
32-
ctx.GetPattern(_requestMethod).Prefixes.Add(typeof(PatchReplicableRequest).GetMethod(nameof(PrefixRequest)));
32+
//temporarily disabled because BitStream.ResetRead is throwing dumbass exceptions
33+
//ctx.GetPattern(_requestMethod).Prefixes.Add(typeof(PatchReplicableRequest).GetMethod(nameof(PrefixRequest)));
3334
}
3435

3536
public static void PrefixRequest(MyPacket packet)

0 commit comments

Comments
 (0)