From dfc33b11ab0e9f70cede5bf6b46a926526c83deb Mon Sep 17 00:00:00 2001 From: Elijah Cohen Date: Thu, 16 May 2019 23:00:31 -0500 Subject: [PATCH] nope, putting it back. should be able to solve this from elsewhere --- server/constants.js | 2 +- web/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2