Commit 8baaf2f3 authored by nanahira's avatar nanahira

fix

parent 844acfd7
...@@ -124,7 +124,8 @@ bool Game::Initialize() { ...@@ -124,7 +124,8 @@ bool Game::Initialize() {
ErrorLog("Failed to load strings!"); ErrorLog("Failed to load strings!");
return false; return false;
} }
dataManager.LoadServerList(GetLocaleDir("servers.conf")); if(dataManager.LoadServerList(GetLocaleDir("servers.conf"))) {} else
dataManager.LoadServerList("servers.conf");
dataManager.LoadDB(L"specials/special.cdb"); dataManager.LoadDB(L"specials/special.cdb");
env = device->getGUIEnvironment(); env = device->getGUIEnvironment();
numFont = irr::gui::CGUITTFont::createTTFont(env, gameConf.numfont, 16); numFont = irr::gui::CGUITTFont::createTTFont(env, gameConf.numfont, 16);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment