initialized worldeditadditions.tables

This commit is contained in:
VorTechnix 2021-06-02 19:27:23 -07:00
parent 3dff6fe66c
commit 3c7cd38459
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
-- extensive collection of functions :P
-- TODO: Refactor into its own worldeditadditions.tables namespace.
worldeditadditions.tables = {}
dofile(worldeditadditions.modpath.."/utils/tables/sets.lua")
dofile(worldeditadditions.modpath.."/utils/tables/shallowcopy.lua")