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);
|
ges.enqueueGameEvent(revealEvent, playerId);
|
||||||
}
|
}
|
||||||
|
return Response::RespOk;
|
||||||
} else
|
} else
|
||||||
return Response::RespContextError;
|
return Response::RespContextError;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue