Skip to content

Commit

Permalink
refactor(plugins#HostSkipper): remove redundant "a"
Browse files Browse the repository at this point in the history
  • Loading branch information
xayanide committed May 27, 2022
1 parent 99da886 commit 52c3fc0
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 @@ -143,7 +143,7 @@ export class HostSkipper extends LobbyPlugin {
this.lobby.SendMessage(`The host skip command is currently in cooltime. You have to wait ${secs.toFixed(2)} sec(s).`);
}
} else if (player.isHost) {
this.logger.debug(`The host (Player ${player.name}) sent a !skip command.`);
this.logger.debug(`The host (Player ${player.name}) sent !skip command.`);
this.Skip();
} else {
if (this.voting.Vote(player)) {
Expand Down

0 comments on commit 52c3fc0

Please sign in to comment.