summaryrefslogtreecommitdiff
path: root/script/core
diff options
context:
space:
mode:
Diffstat (limited to 'script/core')
-rw-r--r--script/core/searcher.lua4
1 files changed, 0 insertions, 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 = {}