Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
WizzzzardMedia authored Mar 17, 2024
1 parent db81b06 commit 85a9376
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ragnarok-database/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ class RagnarokDatabase extends Addon {
{ value: 'iROC', title: 'iROC' }
]
},
changed: (val) => {this.server = val;}
changed: (val) => {
this.server = val;
this.emit('chat:update-lines');
}
});

var self = this;
Expand Down

0 comments on commit 85a9376

Please sign in to comment.