Skip to content

Commit

Permalink
refactor(plugins#MatchAborter): emphasize that it is a "match"
Browse files Browse the repository at this point in the history
  • Loading branch information
xayanide committed May 27, 2022
1 parent 69ff7be commit 7b888d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/MatchAborter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class MatchAborter extends LobbyPlugin {

private stopTimer(): void {
if (this.abortTimer !== null) {
this.logger.trace('Stopping the abort timer...');
this.logger.trace('Stopping the match abort timer...');
clearTimeout(this.abortTimer);
this.abortTimer = null;
}
Expand Down

0 comments on commit 7b888d7

Please sign in to comment.