From 5c97563698b8180ff36e35cf2f082c2663d2b0c2 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 2 Feb 2026 11:02:33 +0300 Subject: [PATCH] AI inspired fixes --- lua/zapret-antidpi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-antidpi.lua b/lua/zapret-antidpi.lua index 3872ef5..3000f51 100644 --- a/lua/zapret-antidpi.lua +++ b/lua/zapret-antidpi.lua @@ -1127,12 +1127,12 @@ function oob(ctx, desync) dis_oob.tcp.th_urp = urp else urp = resolve_pos(data, desync.l7payload, desync.arg.urp) - DLOG("oob: resolved urp marker to "..urp-1) if not urp then DLOG("oob: cannot resolve urp marker '"..desync.arg.urp.."'") instance_cutoff_shim(ctx, desync) return end + DLOG("oob: resolved urp marker to "..urp-1) dis_oob.tcp.th_urp = urp end DLOG("oob: th_urp "..dis_oob.tcp.th_urp)