LOG_MSG PORCODDIO

This commit is contained in:
2022-01-11 00:05:38 +01:00
parent 44c9da90ab
commit 8d16705cfb
-9
View File
@@ -124,15 +124,6 @@ Game::Game(GuiInterface* gui, boost::shared_ptr<EngineFactory> factory,
activePlayerList->push_back(tmpPlayer);
}
(*runningPlayerList) = (*activePlayerList);
LOG_MSG("\tPlayerID " << i << ":{UID, name, GUID, seat} -> {" <<
(*player_i)->GetUniqueId() << ", " <<
(*player_i)->GetName() << ", " <<
(*player_i)->GetGuid() << ", " <<
(*player_i)->GetNumber()
);
}
currentBoard->setPlayerLists(seatsList, activePlayerList, runningPlayerList);