Commit 0393d74e authored by wind2009's avatar wind2009

Fix macro define

parent a0afdc57
Pipeline #31027 passed with stages
in 2 minutes and 41 seconds
......@@ -1263,9 +1263,9 @@ void Game::LoadExpansions() {
#endif
if (IsExtension(fname, L".cdb")) {
dataManager.LoadDB(fname);
#ifndef YGOPRO_SERVER_MODE
continue;
}
#ifndef YGOPRO_SERVER_MODE
if (IsExtension(fname, L".conf")) {
#ifdef _WIN32
IReadFile* reader = DataManager::FileSystem->createAndOpenFile(fname);
......
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