From: Elijah Cohen Date: Sat, 18 May 2019 02:58:55 +0000 (-0500) Subject: progress on input bug X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=eebe691a1c1c47dc45e985d6337c80f8e685e271;p=pong_br progress on input bug --- diff --git a/server/player.js b/server/player.js index 0f8a7e2..a1a25fb 100644 --- a/server/player.js +++ b/server/player.js @@ -36,9 +36,7 @@ Player.prototype.send_data = function(data) { } Player.prototype.get_status = function() { - var stat = this.status; - this.status = 'x'; - return stat; + return this.status; } Player.prototype.close = function() {