aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-02-22 17:28:51 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-02-22 17:28:51 +0100
commitbd372bf19eb79e0bfd3f3d9cb20b4c6a49a8a5ed (patch)
tree593743f28c61f8a41452d5d5ed06cfddaa724ceb /net
parent16bca58803c5ff76de20889bc064f22e5305b9ed (diff)
army hud view
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);