parent
04d5856f7d
commit
09b8b9c6f8
20 changed files with 351 additions and 231 deletions
|
|
@ -389,7 +389,7 @@ export default new Elysia()
|
|||
if (validCommand)
|
||||
{
|
||||
// launch command waits for the game to exit, we don't want that.
|
||||
await launchCommand(validCommand, source, id, validCommands.gameId);
|
||||
await launchCommand(validCommand, validCommands.gameId, validCommands.source, validCommands.sourceId);
|
||||
return { type: 'application', command: null };
|
||||
} else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue