debugging
This commit is contained in:
@@ -828,6 +828,7 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos
|
|||||||
void
|
void
|
||||||
ServerGameStateStartGame::DoStart(boost::shared_ptr<ServerGame> server)
|
ServerGameStateStartGame::DoStart(boost::shared_ptr<ServerGame> server)
|
||||||
{
|
{
|
||||||
|
LOG_VERBOSE("DoStart() entered.");
|
||||||
PlayerDataList tmpPlayerList(server->InternalStartGame());
|
PlayerDataList tmpPlayerList(server->InternalStartGame());
|
||||||
if (tmpPlayerList.size() <= 1) {
|
if (tmpPlayerList.size() <= 1) {
|
||||||
if (!tmpPlayerList.empty()) {
|
if (!tmpPlayerList.empty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user