aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.h b/net/net.h
index 7ec782f..837dafe 100644
--- a/net/net.h
+++ b/net/net.h
@@ -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);