Skip to content

Commit

Permalink
Fix a constructor bug with room languages (#4871)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscke authored and Zarel committed Sep 24, 2018
1 parent 8e4f837 commit f77d8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat-plugins/roomsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ exports.commands = {

roomlanguage: function (target, room, user) {
const languageTable = {
__proto__: null,
portuguese: 'Portuguese',
spanish: 'Spanish',
italian: 'Italian',
Expand Down

0 comments on commit f77d8d6

Please sign in to comment.