fix : unhide hand
release-tag / release-image (push) Successful in 37s

This commit is contained in:
2024-08-03 21:56:40 +02:00
parent 9b83bc5a99
commit 063f321e39
+1 -1
View File
@@ -12,7 +12,7 @@ export class ReadPlayerDto extends DatabaseObjectDto {
this.user = new ReadUserDto(data.user);
this.board = new ReadContainerDto(data.board);
this.discard = new ReadContainerDto(data.discard);
this.hand = new ReadContainerDto(data.hand, true);
this.hand = new ReadContainerDto(data.hand, false);
this.stack = new ReadContainerDto(data.stack, true);
this.race = data.race;
this.class = data.class;