Fixed PlayPublicNoGame still containing game

This commit is contained in:
Yarne Coppens 2024-08-22 21:41:20 +02:00
parent 6f5436e653
commit 1781266b18

View file

@ -47,7 +47,7 @@ class PlayPublic(PlayBase):
boardgame: "BoardGamePublicNoPlays"
class PlayPublicNoGame(PlayPublic):
class PlayPublicNoGame(PlayBase):
players: list[PlayPlayerPublic] = []