WebRcon
WebRcon copied to clipboard
Rust, Some RCON messages are not being returned.
Example:
rcon.on('connect', function() {
rcon.run('echo hello world!', -1)
})
rcon.on('message', function(msg) {
console.log('MESSAGE:', msg)
})
Somehow capturing chat is fine.
Expected: JSON with "hello world" in msg.Message Actual result: Lost in space