Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

zapret-lib: fix comment

This commit is contained in:
bol-van
2025-12-18 12:29:40 +03:00
parent 82955888b8
commit cf8874c4f5

View File

@@ -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