1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

multiplayerload changes (committing so I can revert...)

This commit is contained in:
Patrick Simmons
2014-10-21 08:11:54 -04:00
parent 3685e96042
commit 41da0ad2e6
4 changed files with 188 additions and 34 deletions

View File

@@ -508,7 +508,6 @@ void CVCMIServer::loadGame()
continue;
}
cc = new CConnection(s,NAME);
cc->addStdVecItems(gh.gs);
}
gh.conns.insert(cc);
}