changed SERVER_PORT TO 1204

This commit is contained in:
Václav Šmejkal 2023-02-09 18:23:54 +01:00
parent 19f60173c9
commit db0e862c6d
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -11,7 +11,7 @@
//DEFINES
#define SA struct sockaddr
#define SERVER_PORT 944
#define SERVER_PORT 1204
#define SEND_LENGTH 4096
#endif