mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
Resolve merge conflicts.
Took 10 minutes Took 50 seconds Took 51 seconds Took 2 minutes Took 1 minute
This commit is contained in:
commit
c5072a013b
30 changed files with 3862 additions and 3148 deletions
|
|
@ -202,7 +202,7 @@ Server_AbstractParticipant::cmdJudge(const Command_Judge &cmd, ResponseContainer
|
|||
return Response::RespFunctionNotAllowed;
|
||||
}
|
||||
|
||||
Server_Player *player = this->game->getPlayer(cmd.target_id());
|
||||
auto *player = this->game->getPlayer(cmd.target_id());
|
||||
|
||||
ges.setForcedByJudge(playerId);
|
||||
if (player == nullptr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue