pear
Results
1
issues of
pear
It seems that only responses following [this if-condition](https://github.com/EnriqCG/rcon-srcds/blob/3364892ce6f3774b7be051f8508973b6f7e23de9/src/rcon.js#L163) will return a message. This has some issues though: ```js server.execute('woof').then(console.log) // Unknown command "woof" server.execute('echo hello').then(console.log) // Nothing? ``` Furthermore if...