mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
more reverts for diff purposes
This commit is contained in:
parent
9225ae7d44
commit
243ae9a69b
@ -282,8 +282,7 @@ int main(int argc, char** argv) {
|
||||
StartChatServer();
|
||||
|
||||
Game::im->GetInstance(0, false, 0);
|
||||
Game::im->GetInstance(1200, false, 0);
|
||||
Game::im->GetInstance(1800, false, 0);
|
||||
Game::im->GetInstance(1000, false, 0);
|
||||
StartAuthServer();
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM
|
||||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM
|
||||
"AmConsoleTeleportServer.cpp"
|
||||
"RandomSpawnerFin.cpp"
|
||||
"RandomSpawnerPit.cpp"
|
||||
@ -17,7 +17,7 @@ set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM
|
||||
"AmBlueX.cpp"
|
||||
"AmTeapotServer.cpp"
|
||||
"WanderingVendor.cpp"
|
||||
)
|
||||
)
|
||||
|
||||
add_library(dScriptsServerMapAM OBJECT ${DSCRIPTS_SOURCES_02_SERVER_MAP_AM})
|
||||
target_include_directories(dScriptsServerMapAM PUBLIC ".")
|
||||
|
Loading…
Reference in New Issue
Block a user