Also set sqlite as default in settings.lua

This commit is contained in:
Timo Smit 2016-08-06 20:17:36 +02:00
parent ef8d478cf9
commit 1be2b0f2eb

View file

@ -43,7 +43,7 @@ local data = {
["g_renameInterval"] = 60,
["g_debugWolfAdmin"] = 0,
["omnibot_maxbots"] = 10,
["db_type"] = "cfg",
["db_type"] = "sqlite",
["db_file"] = "wolfadmin.db",
["db_hostname"] = "localhost",
["db_port"] = 3306,