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