diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 17:28:51 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 17:28:51 +0100 |
commit | bd372bf19eb79e0bfd3f3d9cb20b4c6a49a8a5ed (patch) | |
tree | 593743f28c61f8a41452d5d5ed06cfddaa724ceb /net | |
parent | 16bca58803c5ff76de20889bc064f22e5305b9ed (diff) |
army hud view
Diffstat (limited to 'net')
-rw-r--r-- | net/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <plibsys.h> -#define SERVER_PORT 9999 +#define SERVER_PORT 25565 void itob (char *buf, int n); int btoi (char *buf); |