unexposed number parser

This commit is contained in:
VorTechnix 2022-05-23 18:04:34 -07:00
parent a8655373a2
commit 6ed65074b8
2 changed files with 0 additions and 2 deletions

View File

@ -206,5 +206,4 @@ end
return {
keyword = parse.keyword,
keytable = parse.keytable,
number = parse.num,
}

View File

@ -12,7 +12,6 @@ local axes = dofile(worldeditadditions.modpath.."/utils/parse/axes.lua")
worldeditadditions.parse = {
keyword = uak_parse.keyword,
keytable = uak_parse.keytable,
number = uak_parse.num,
-- Old parse functions (marked for deprecation).
-- Use parse.keytable or parse.keyword instead
axes = axes.parse_axes,