]> git.eli173.com Git - pong_br/commitdiff
idk, trying something else
authorElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 03:38:03 +0000 (22:38 -0500)
committerElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 03:38:03 +0000 (22:38 -0500)
server/constants.js
web/constants.js

index d42b8df11b408baa40c25fe80248806d5a777af7..733eb02e7185b6214607d29ecda91b0ea0fcc394 100644 (file)
@@ -2,7 +2,7 @@
 
 var c = {
     // matchmaker
-    WS_PORT: 80,
+    WS_PORT: 6789,
     NUM_PLAYERS: 10,
     FPS: 30,
     WAIT_TIME: 60000, // 1 minute
index 187422563a36dd331a247df57c90fca24f59589c..244e851b79860b21cdd12547e1d7b49e6aeb7edb 100644 (file)
@@ -2,7 +2,7 @@
 
 var c = {
     // matchmaker
-    WS_PORT: 80,
+    WS_PORT: 6789,
     NUM_PLAYERS: 10,
     MS_PER_FRAME: 100,
     WAIT_TIME: 60000, // 1 minute