Skip to content

Commit 6a145eb

Browse files
committed
Add playerid in anticipation of j3ro3n#43
1 parent 12598c6 commit 6a145eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/component/game.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export class GameComponent {
9494
// Get the current Mad Lib from the server.
9595
await this.api.post({
9696
sessieid: sessionID,
97+
playerid: this.store.getPlayerId(),
9798
request: "mad lib"
9899
}, "madlib").then((result) => {
99100
this.store.setGameMadLib(result);

0 commit comments

Comments
 (0)