forgor about this one

This commit is contained in:
EmosewaMC 2023-06-05 15:19:52 -07:00
parent b4aa5db305
commit dab075fc39

View File

@ -33,7 +33,7 @@ protected:
Game::logger = new dLogger("./testing.log", true, true); Game::logger = new dLogger("./testing.log", true, true);
Game::server = new dServerMock(); Game::server = new dServerMock();
Game::config = new dConfig("worldconfig.ini"); Game::config = new dConfig("worldconfig.ini");
Database::Connect(Game::config->GetValue("mysql_host"), Game::config->GetValue("mysql_database"), Game::config->GetValue("mysql_username"), Game::config->GetValue("mysql_password")); // Database::Connect(Game::config->GetValue("mysql_host"), Game::config->GetValue("mysql_database"), Game::config->GetValue("mysql_username"), Game::config->GetValue("mysql_password"));
} }
void TearDownDependencies() { void TearDownDependencies() {