pushrax / node-rcon

A generic RCON protocol client for node.js
MIT License
133 stars 31 forks source link

Corrects writeUint8 lowercase typo #6

Closed seriallos closed 10 years ago

seriallos commented 10 years ago

writeUint8 fails on my macbook with node 0.10.12. Changing the case to writeUInt8 seems to correct the problem.

pushrax commented 10 years ago

Arg, not sure how we didn't catch this earlier. Thanks!