Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -64,7 +64,11 @@ export class StartGameCommandHandler {
|
||||
gamecode,
|
||||
maxplayers: command.maxplayers,
|
||||
logintype: command.logintype,
|
||||
<<<<<<< HEAD
|
||||
createdby: command.userid!,
|
||||
=======
|
||||
createdby: command.userid || null,
|
||||
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
|
||||
orgid: command.orgid || null,
|
||||
gamedecks,
|
||||
players: [],
|
||||
|
||||
Reference in New Issue
Block a user