mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Update --remove tocharset testing tags
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
a6a858046f
commit
2d6bd676d6
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ end
|
||||||
-- @param text string The string to iterate over
|
-- @param text string The string to iterate over
|
||||||
-- @returns table A sequence set table containing the substrings
|
-- @returns table A sequence set table containing the substrings
|
||||||
function worldeditadditions.tocharset(text)
|
function worldeditadditions.tocharset(text)
|
||||||
-- function tocharset(text)
|
|
||||||
local t = {}
|
local t = {}
|
||||||
text:gsub(".",function(c) t[c] = true end)
|
text:gsub(".",function(c) t[c] = true end)
|
||||||
return t
|
return t
|
||||||
|
|
Loading…
Reference in a new issue