changed arena to sumLights.bias

This commit is contained in:
Dander7BD 2014-02-27 12:58:51 +01:00
parent 10577c3a67
commit 74a833baf8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ int WINAPI WinMain( HINSTANCE hinst, HINSTANCE prevInst, PSTR cmdLine, int cmdSh
GameServerAPI::GameSetGameMode(L"free-for-all");
GameServerAPI::GameSetGameName(L"DebugServer");
GameServerAPI::GameSetGameTime(15);
GameServerAPI::GameSetMapName(L"manyLights.bias");
GameServerAPI::GameSetMapName(L"sumLights.bias");
GameServerAPI::GameSetMaxClients(10);
if(GameServerAPI::GameStart(true))