FIX THE STUPIDIEST BUG EVER

This commit is contained in:
AFCMS 2021-03-09 18:42:53 +01:00
parent 31e256e1e2
commit 783146f32e
1 changed files with 1 additions and 1 deletions

View File

@ -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