mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
fix #2332
This commit is contained in:
parent
a46c7156dd
commit
0fd77346df
3 changed files with 8 additions and 7 deletions
|
|
@ -729,6 +729,7 @@ 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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue