Commit 9d48addf authored by 赤子奈落's avatar 赤子奈落

fix game.cpp path bug.

parent 80c3c567
Pipeline #36209 failed with stages
in 4 minutes and 21 seconds
......@@ -114,10 +114,12 @@ void Game::MainServerLoop() {
deckManager.LoadLFList();
dataManager.LoadDB(L"cards.cdb");
LoadExpansions();
#if defined SERVER_PRO2_SUPPORT || defined SERVER_PRO3_SUPPORT
#ifdef SERVER_PRO2_SUPPORT
DataManager::FileSystem->addFileArchive("data/script.zip", true, false, irr::io::EFAT_ZIP);
#endif
#ifdef SERVER_PRO3_SUPPORT
DataManager::FileSystem->addFileArchive("Data/script.zip", true, false, irr::io::EFAT_ZIP);
#endif
server_port = NetServer::StartServer(server_port);
NetServer::InitDuel();
printf("%u\n", server_port);
......
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