Skip to content

Commit

Permalink
refactor(plugins#HostSkipper): it is "Check" not "Kicker"
Browse files Browse the repository at this point in the history
  • Loading branch information
xayanide committed May 27, 2022
1 parent abeb4ea commit 99da886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/HostSkipper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class HostSkipper extends LobbyPlugin {

StopTimer(): void {
if (this.afkTimer !== undefined) {
this.logger.trace('Stopping the AFK Kicker timer...');
this.logger.trace('Stopping the AFK Check timer...');
clearTimeout(this.afkTimer);
this.afkTimer = undefined;
}
Expand Down

0 comments on commit 99da886

Please sign in to comment.