mirror of
https://gitlab.com/luk3yx/minetest-formspec_ast.git
synced 2025-06-15 14:58:02 +02:00
Bugfix
This commit is contained in:
parent
5e6d7f40a4
commit
958525c20e
@ -90,7 +90,7 @@ function ensure.integer(obj)
|
||||
end
|
||||
|
||||
function ensure.texture(obj)
|
||||
return ensure.string(obj):match("^[^%[]+")
|
||||
return ensure.string(obj):match("^[^%[]*")
|
||||
end
|
||||
|
||||
function ensure.list(items)
|
||||
|
Loading…
Reference in New Issue
Block a user