From b00068c766186517c89a3d5cad7c3bea5eaeb62b Mon Sep 17 00:00:00 2001 From: Reuh Date: Mon, 17 May 2021 14:21:14 +0200 Subject: [PATCH] Load candran before lua files --- candran.can | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candran.can b/candran.can index 95700a8..e5fbefa 100644 --- a/candran.can +++ b/candran.can @@ -340,7 +340,7 @@ function candran.setup() end end -- setup - table.insert(searchers, 2, candran.searcher) + table.insert(searchers, 1, candran.searcher) return candran end