mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
small correction
This commit is contained in:
parent
23140467d2
commit
e17b2cce4e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ local key_instance = dofile(worldeditadditions.modpath.."/utils/parse/key_instan
|
|||
worldeditadditions.key_instance = key_instance
|
||||
worldeditadditions.parse = parse
|
||||
|
||||
-- Old parse functions (depricated).
|
||||
-- Old parse functions (marked for deprecation).
|
||||
-- Use parse.keytable or parse.keyword instead
|
||||
worldeditadditions.parse.axes = axes.parse_axes
|
||||
worldeditadditions.parse.axis_name = axes.parse_axis_name
|
||||
|
|
Loading…
Reference in a new issue