diff options
Diffstat (limited to 'net/net.h')
-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); |