From 18febae579f4b9f185fac73f2fec2dc006b94558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 29 Jul 2021 21:03:24 +0800 Subject: cleanup --- script/core/searcher.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/core/searcher.lua b/script/core/searcher.lua index 959cb9fd..d735876a 100644 --- a/script/core/searcher.lua +++ b/script/core/searcher.lua @@ -306,10 +306,6 @@ local function stop(status, msg) end local function checkSLock(status, slock, id, field) - if noder.getIDLength(id) > 100 then - stop(status, 'too long!') - return false - end local cmark = slock[id] if not cmark then cmark = {} -- cgit v1.2.3