Skip to content

Commit 4f60f0e

Browse files
committed
chore: add command with rcon response
1 parent b62f5a5 commit 4f60f0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rcon/rcon.gateway.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export class RconGateway {
7575
event: "rcon",
7676
data: {
7777
uuid: data.uuid,
78+
command: data.command,
7879
result: await rcon.send(data.command),
7980
},
8081
}),

0 commit comments

Comments
 (0)