Skip to content

Commit

Permalink
send game updated instead of turn submitted on replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosack committed Jan 10, 2024
1 parent 5d36bff commit 5297d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/gameController/replacePlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class GameController_ReplacePlayer {
]);

await this.gameTurnService.getAndUpdateSaveFileForGameState(game, users);
await this.sns.turnSubmitted(game);
await this.sns.gameUpdated(game);

return game;
}
Expand Down

0 comments on commit 5297d62

Please sign in to comment.