From: Elijah Cohen Date: Fri, 17 May 2019 04:00:31 +0000 (-0500) Subject: nope, putting it back. should be able to solve this from elsewhere X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=dfc33b11ab0e9f70cede5bf6b46a926526c83deb;p=pong_br nope, putting it back. should be able to solve this from elsewhere --- diff --git a/server/constants.js b/server/constants.js index 733eb02..d42b8df 100644 --- a/server/constants.js +++ b/server/constants.js @@ -2,7 +2,7 @@ var c = { // matchmaker - WS_PORT: 6789, + WS_PORT: 80, NUM_PLAYERS: 10, FPS: 30, WAIT_TIME: 60000, // 1 minute diff --git a/web/constants.js b/web/constants.js index 244e851..1874225 100644 --- a/web/constants.js +++ b/web/constants.js @@ -2,7 +2,7 @@ var c = { // matchmaker - WS_PORT: 6789, + WS_PORT: 80, NUM_PLAYERS: 10, MS_PER_FRAME: 100, WAIT_TIME: 60000, // 1 minute