Revert "fix #2332"

This reverts commit 0fd77346df.
This commit is contained in:
Fabio Bas 2017-04-25 19:35:07 +02:00
parent 0fd77346df
commit 2c551bdd35
3 changed files with 7 additions and 8 deletions

View file

@ -729,7 +729,6 @@ void TabGame::processGameEventContainer(const GameEventContainer &cont, Abstract
const int eventListSize = cont.event_list_size();
for (int i = 0; i < eventListSize; ++i) {
const GameEvent &event = cont.event_list(i);
qDebug() << "[REPLAY]" << QString::fromStdString(event.ShortDebugString());
const int playerId = event.player_id();
const GameEvent::GameEventType eventType = static_cast<GameEvent::GameEventType>(getPbExtension(event));
if (spectators.contains(playerId)) {