Rantanen / node-mumble

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

Fixed #81 #82

Closed bleachisback closed 8 years ago

bleachisback commented 8 years ago

_users is now an unordered array and MumbleClient#userById now uses util.findByValue

Fixes Issue #81

bleachisback commented 8 years ago

I also fixed #83 but I couldn't be bothered to submit a separate pull request for such a small fix.

Rantanen commented 8 years ago

Oh, thanks! Sorry been a bit late merging stuff lately. This looks good.