Skip to content

Commit

Permalink
Timer: use user.name and add period
Browse files Browse the repository at this point in the history
just a little pet peeve
  • Loading branch information
Charlie Kobayashi authored and KamilaBorowska committed Jun 28, 2017
1 parent 380aced commit 7ed2ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion room-battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class BattleTimer {
let userid = requester ? requester.userid : 'staff';
if (this.timerRequesters.has(userid)) return false;
if (this.timer && requester) {
this.battle.room.send(`|inactive|${requester.userid} also wants the timer to be on`);
this.battle.room.send(`|inactive|${requester.name} also wants the timer to be on.`);
this.timerRequesters.add(userid);
return false;
}
Expand Down

0 comments on commit 7ed2ec0

Please sign in to comment.