Authfilter class already init the greenlist.mt so dont try again cos will fail

* from 7cfe7d928d
This commit is contained in:
PICCORO Lenz McKAY 2022-02-11 00:34:00 -04:00
parent cfb83aab12
commit 1c1f06fbb2

View File

@ -16,7 +16,6 @@ dofile( mod_path .. "/watchdog.lua" )
local __commands = dofile( mod_path .. "/commands.lua" ) local __commands = dofile( mod_path .. "/commands.lua" )
AuthInitFile( world_path, "auth.db" ) AuthInitFile( world_path, "auth.db" )
AuthInitFile( world_path, "greenlist.mt" )
----------------------------------------------------- -----------------------------------------------------
-- Registered Authentication Handler -- Registered Authentication Handler