forked from VoxeLibre/VoxeLibre
FIX THE STUPIDIEST BUG EVER
This commit is contained in:
parent
31e256e1e2
commit
783146f32e
|
@ -106,7 +106,7 @@ mcl_commands.types = {
|
||||||
return S("Alphanumerical is invalid!")
|
return S("Alphanumerical is invalid!")
|
||||||
end
|
end
|
||||||
end},
|
end},
|
||||||
username = {"([A-Za-z0-9-_]+)}",
|
username = {"([A-Za-z0-9-_]+)",
|
||||||
function(res, pointer)
|
function(res, pointer)
|
||||||
--if minetest.player_exists(res[pointer]) then
|
--if minetest.player_exists(res[pointer]) then
|
||||||
if res[pointer] then
|
if res[pointer] then
|
||||||
|
|
Loading…
Reference in New Issue