Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

fixed if statements #79

Closed mikemimik closed 8 years ago

mikemimik commented 8 years ago

line:444 and line:447 will now resolve to either true or false

mikemimik commented 8 years ago

fixes #78

tjhorner commented 8 years ago

Can be simplified to if(data.session.length) and if(data.channel_id.length).

mikemimik commented 8 years ago

Done.