Commit a09ef8d3 authored by nanahira's avatar nanahira

update mdpro3 path case

parent f1d8a6ce
...@@ -115,7 +115,7 @@ void Game::MainServerLoop() { ...@@ -115,7 +115,7 @@ void Game::MainServerLoop() {
dataManager.LoadDB(L"cards.cdb"); dataManager.LoadDB(L"cards.cdb");
LoadExpansions(); LoadExpansions();
#if defined SERVER_PRO2_SUPPORT || defined SERVER_PRO3_SUPPORT #if defined SERVER_PRO2_SUPPORT || defined SERVER_PRO3_SUPPORT
DataManager::FileSystem->addFileArchive("data/script.zip", true, false, irr::io::EFAT_ZIP); DataManager::FileSystem->addFileArchive("Data/script.zip", true, false, irr::io::EFAT_ZIP);
#endif #endif
server_port = NetServer::StartServer(server_port); server_port = NetServer::StartServer(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