We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62f5a5 commit 4f60f0eCopy full SHA for 4f60f0e
1 file changed
src/rcon/rcon.gateway.ts
@@ -75,6 +75,7 @@ export class RconGateway {
75
event: "rcon",
76
data: {
77
uuid: data.uuid,
78
+ command: data.command,
79
result: await rcon.send(data.command),
80
},
81
}),
0 commit comments