Added whitelist for Ashton9191
This commit is contained in:
parent
7f5d940c4a
commit
6130bbe487
@ -1,5 +1,5 @@
|
||||
minetest.register_on_prejoinplayer(function(name, ip)
|
||||
if string.match(name, "[A-Z]%D+%d%d%d") ~= nil then
|
||||
if string.match(name, "[A-Z]%D+%d%d%d") ~= nil and name ~= "Ashton9191" then
|
||||
return "The format of your username is disallowed - please rejoin with a different username if your client supports it."
|
||||
end
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user