mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
Webatrice: Adding game created to persistence layer (#5067)
This commit is contained in:
@@ -54,7 +54,7 @@ export class RoomPersistence {
|
||||
};
|
||||
|
||||
static gameCreated(roomId: number) {
|
||||
console.log('gameCreated', roomId);
|
||||
RoomsDispatch.gameCreated(roomId);
|
||||
}
|
||||
|
||||
static joinedGame(roomId: number, gameId: number) {
|
||||
|
||||
Reference in New Issue
Block a user