From 7cfe7d928d7f8c065d9398b6c6f1f297387a0548 Mon Sep 17 00:00:00 2001 From: PICCORO Lenz McKAY Date: Fri, 11 Feb 2022 00:32:28 -0400 Subject: [PATCH] Authfilter class already init the greenlist.mt so dont try again cos will fail --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 66a78ec..3d02216 100644 --- a/init.lua +++ b/init.lua @@ -16,7 +16,6 @@ dofile( mod_path .. "/watchdog.lua" ) local __commands = dofile( mod_path .. "/commands.lua" ) AuthInitFile( world_path, "auth.db" ) -AuthInitFile( world_path, "greenlist.mt" ) ----------------------------------------------------- -- Registered Authentication Handler