mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 09:52:16 -07:00
[TEST/RevertMe] Set the uuid everywhere to test.
This commit is contained in:
parent
870c072b6d
commit
fe7aae8534
1 changed files with 2 additions and 0 deletions
|
|
@ -625,6 +625,8 @@ Response::ResponseCode Server_Player::moveCard(GameEventStorage &ges,
|
|||
eventOthers.set_new_card_id(card->getId());
|
||||
}
|
||||
|
||||
eventPrivate.set_new_card_uuid(card->getUUID().toStdString());
|
||||
eventOthers.set_new_card_uuid(card->getUUID().toStdString());
|
||||
ges.enqueueGameEvent(eventPrivate, playerId, GameEventStorageItem::SendToPrivate, playerId);
|
||||
ges.enqueueGameEvent(eventOthers, playerId, GameEventStorageItem::SendToOthers);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue