mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-16 15:03:42 -08:00
Webatrice: Adding joined game to persistence layer (#5068)
* Adding joined game to persistence layer * Linting fixes
This commit is contained in:
@@ -58,6 +58,6 @@ export class RoomPersistence {
|
||||
}
|
||||
|
||||
static joinedGame(roomId: number, gameId: number) {
|
||||
console.log('joinedGame', roomId, gameId);
|
||||
RoomsDispatch.joinedGame(roomId, gameId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user