mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
server crash fix; also fixes single player crash on Mac wrt AlwaysRevealTopCard
This commit is contained in:
parent
d7e7606104
commit
aa2488fb91
1 changed files with 1 additions and 0 deletions
|
|
@ -1594,6 +1594,7 @@ Response::ResponseCode Server_Player::cmdChangeZoneProperties(const Command_Chan
|
|||
|
||||
ges.enqueueGameEvent(revealEvent, playerId);
|
||||
}
|
||||
return Response::RespOk;
|
||||
} else
|
||||
return Response::RespContextError;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue