From cf8874c4f5aef7ca31daf6e1e70ed469d41a927d Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 18 Dec 2025 12:29:40 +0300 Subject: [PATCH] zapret-lib: fix comment --- lua/zapret-auto.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-auto.lua b/lua/zapret-auto.lua index a845e16..219a00e 100644 --- a/lua/zapret-auto.lua +++ b/lua/zapret-auto.lua @@ -461,7 +461,7 @@ function repeater(ctx, desync) -- rollback desync plan desync.plan = deepcopy(plancopy) end - -- remove repeated instances desync plan + -- remove repeated instances from desync plan for i=1,instances do table.remove(desync.plan,1) end