From 8d10cef2c08e6333ce75a0f4470bd75db2765bbc Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 18:12:23 +0100 Subject: [PATCH] changed SERVER_PORT to 944 --- include/chat/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/common.h b/include/chat/common.h index d918dc7..3b61b1e 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -8,6 +8,6 @@ //DEFINES #define SA struct sockaddr -#define SERVER_PORT 8000 +#define SERVER_PORT 944 #endif \ No newline at end of file