diff options
author | Diego Martinez <kaeza@users.sf.net> | 2014-06-26 03:17:40 -0300 |
---|---|---|
committer | Diego Martinez <kaeza@users.sf.net> | 2014-06-26 06:52:38 -0300 |
commit | ed621c5ce02a340890e45b2f86a7969f0cfdcd6d (patch) | |
tree | 1f125cd42e0e59cf2a2f0d5eba8563a0d0b66125 /dbimport.lua | |
parent | 75c1be2f8e3f3293b449ed07555bbd8a6d40e356 (diff) |
Add v2 database importer.
Diffstat (limited to 'dbimport.lua')
-rw-r--r-- | dbimport.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbimport.lua b/dbimport.lua index 22fef27..ec9293d 100644 --- a/dbimport.lua +++ b/dbimport.lua @@ -3,6 +3,7 @@ xban.importers = { } dofile(xban.MP.."/importers/minetest.lua") dofile(xban.MP.."/importers/v1.lua") +dofile(xban.MP.."/importers/v2.lua") minetest.register_chatcommand("xban_dbi", { description = "Import old databases", |