Rantanen / node-mumble

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

User#_checkField not taking for fields with non-camel case into account #71

Closed tjhorner closed 9 years ago

tjhorner commented 9 years ago

When User#update is called, it uses User#_checkField for each field. But fields like selfMute that are actually self_mute in the raw data aren't taken into account and are not updated.