Fixed PlayPublicNoGame still containing game
This commit is contained in:
parent
6f5436e653
commit
1781266b18
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class PlayPublic(PlayBase):
|
||||||
boardgame: "BoardGamePublicNoPlays"
|
boardgame: "BoardGamePublicNoPlays"
|
||||||
|
|
||||||
|
|
||||||
class PlayPublicNoGame(PlayPublic):
|
class PlayPublicNoGame(PlayBase):
|
||||||
players: list[PlayPlayerPublic] = []
|
players: list[PlayPlayerPublic] = []
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue