From ed621c5ce02a340890e45b2f86a7969f0cfdcd6d Mon Sep 17 00:00:00 2001 From: Diego Martinez Date: Thu, 26 Jun 2014 03:17:40 -0300 Subject: Add v2 database importer. --- dbimport.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'dbimport.lua') 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", -- cgit v1.2.3