From 1c1f06fbb2ab4ed656be8701770fd1a0e901be90 Mon Sep 17 00:00:00 2001 From: PICCORO Lenz McKAY Date: Fri, 11 Feb 2022 00:34:00 -0400 Subject: [PATCH] Authfilter class already init the greenlist.mt so dont try again cos will fail * from https://codeberg.org/minenux/minetest-mod-auth_rx/commit/7cfe7d928d7f8c065d9398b6c6f1f297387a0548 --- mods/auth_rx/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/auth_rx/init.lua b/mods/auth_rx/init.lua index 66a78ec..3d02216 100644 --- a/mods/auth_rx/init.lua +++ b/mods/auth_rx/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