more reverts for diff purposes

This commit is contained in:
David Markowitz 2024-03-07 00:46:04 -08:00
parent 9225ae7d44
commit 243ae9a69b
2 changed files with 3 additions and 4 deletions

View File

@ -282,8 +282,7 @@ int main(int argc, char** argv) {
StartChatServer(); StartChatServer();
Game::im->GetInstance(0, false, 0); Game::im->GetInstance(0, false, 0);
Game::im->GetInstance(1200, false, 0); Game::im->GetInstance(1000, false, 0);
Game::im->GetInstance(1800, false, 0);
StartAuthServer(); StartAuthServer();
} }

View File

@ -1,4 +1,4 @@
set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM
"AmConsoleTeleportServer.cpp" "AmConsoleTeleportServer.cpp"
"RandomSpawnerFin.cpp" "RandomSpawnerFin.cpp"
"RandomSpawnerPit.cpp" "RandomSpawnerPit.cpp"
@ -17,7 +17,7 @@ set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM
"AmBlueX.cpp" "AmBlueX.cpp"
"AmTeapotServer.cpp" "AmTeapotServer.cpp"
"WanderingVendor.cpp" "WanderingVendor.cpp"
) )
add_library(dScriptsServerMapAM OBJECT ${DSCRIPTS_SOURCES_02_SERVER_MAP_AM}) add_library(dScriptsServerMapAM OBJECT ${DSCRIPTS_SOURCES_02_SERVER_MAP_AM})
target_include_directories(dScriptsServerMapAM PUBLIC ".") target_include_directories(dScriptsServerMapAM PUBLIC ".")