fix
This commit is contained in:
parent
d65da966d2
commit
550f3c468f
@ -1,6 +1,6 @@
|
||||
settings = session.get_entry('new_world')
|
||||
|
||||
local function world_name_validator(name)
|
||||
function world_name_validator(name)
|
||||
return name:match("^[%w-\\.\\ ]+$") ~= nil and not world.exists(name)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user