Commit b7cdf6a4 authored by xiaoye's avatar xiaoye

Update game.cpp

parent 581bb20c
......@@ -1259,9 +1259,7 @@ void Game::LoadExpansions(const wchar_t* expansions_path) {
deckManager.LoadLFListSingle(fpath, true);
lflist_changed = true;
} else if(!std::wcscmp(name, L"server.conf")) {
char upath[1024];
BufferIO::EncodeUTF8(fpath, upath);
dataManager.LoadServerList(upath);
dataManager.LoadServerList(fpath);
server_list_changed = true;
} else {
char upath[1024];
......
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