Skip to content

Commit

Permalink
added format.file_path
Browse files Browse the repository at this point in the history
  • Loading branch information
VorTechnix committed Oct 23, 2024
1 parent 8f54522 commit 97e8bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worldeditadditions_core/utils/format/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local wea_c = worldeditadditions_core
wea_c.format = {
array_2d = dofile(wea_c.modpath.."/utils/format/array_2d.lua"),
escape = dofile(wea_c.modpath.."/utils/format/escape.lua"),
file_path = dofile(wea_c.modpath.."/utils/format/file_path.lua"),
human_size = dofile(wea_c.modpath.."/utils/format/human_size.lua"),
human_time = dofile(wea_c.modpath.."/utils/format/human_time.lua"),
make_ascii_table = dofile(wea_c.modpath.."/utils/format/make_ascii_table.lua"),
Expand Down

0 comments on commit 97e8bd1

Please sign in to comment.