Fixed unknown database type error (sqlite3 default)

This commit is contained in:
Timo Smit 2016-08-29 13:22:15 +02:00
parent e8a226cb53
commit 6e4b5b97a7

View file

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