summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.ts b/src/Server.ts

index 38c31671..149883c2 100644 --- a/src/Server.ts +++ b/src/Server.ts
@@ -7,7 +7,7 @@ import { Connection } from "./events/Connection"; import Config from "./util/Config"; var port = Number(process.env.PORT); -if (isNaN(port)) port = 2000; +if (isNaN(port)) port = 3002; export class Server { public ws: WebSocketServer;