From 783146f32e4235e9b5ff2df17b554251e25df592 Mon Sep 17 00:00:00 2001 From: AFCMS Date: Tue, 9 Mar 2021 18:42:53 +0100 Subject: [PATCH] FIX THE STUPIDIEST BUG EVER --- mods/CORE/mcl_commands/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/CORE/mcl_commands/init.lua b/mods/CORE/mcl_commands/init.lua index ebab70769..0b69b5aa8 100644 --- a/mods/CORE/mcl_commands/init.lua +++ b/mods/CORE/mcl_commands/init.lua @@ -106,7 +106,7 @@ mcl_commands.types = { return S("Alphanumerical is invalid!") end end}, - username = {"([A-Za-z0-9-_]+)}", + username = {"([A-Za-z0-9-_]+)", function(res, pointer) --if minetest.player_exists(res[pointer]) then if res[pointer] then