This commit is contained in:
luk3yx 2022-07-18 18:32:44 +12:00
parent 5e6d7f40a4
commit 958525c20e

View File

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