From c4e4fff4a01d540198aedf15263149a28af054bd Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 23 Aug 2026 15:58:02 +0300 Subject: [PATCH] zapret-lib: minor optimize --- lua/zapret-lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-lib.lua b/lua/zapret-lib.lua index 031ca35..0242a7d 100644 --- a/lua/zapret-lib.lua +++ b/lua/zapret-lib.lua @@ -34,7 +34,7 @@ function luaexec(ctx, desync) if not res then error(ret) else - return ret and ret or VERDICT_PASS -- older nfqws2 failed if desync function returned explicit nil + return ret or VERDICT_PASS -- older nfqws2 failed if desync function returned explicit nil end end