Commit 3a5a29f4 authored by nanahira's avatar nanahira

fix

parent 83b9856b
......@@ -1354,7 +1354,7 @@ void Game::LoadExpansions() {
const char* uname = archive->getFullFileName(j).c_str();
BufferIO::DecodeUTF8(uname, fname);
#endif
if (IsExtension(fname, L".cdb")) {
if (IsExtension(fname, L".cdb"))
dataManager.LoadDB(fname);
#ifndef YGOPRO_SERVER_MODE
if (IsExtension(fname, L".conf")) {
......
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