summaryrefslogtreecommitdiff
path: root/src/net/netconsts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/netconsts.h')
-rw-r--r--src/net/netconsts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/netconsts.h b/src/net/netconsts.h
index 1977698ea..ab7f5458b 100644
--- a/src/net/netconsts.h
+++ b/src/net/netconsts.h
@@ -27,10 +27,10 @@
#include <stdint.h>
#endif
-#ifdef EATHENA_SUPPORT
-static const uint16_t DEFAULT_PORT = 6900;
-#else
+#ifdef TMWA_SUPPORT
static const uint16_t DEFAULT_PORT = 6901;
+#else
+static const uint16_t DEFAULT_PORT = 6900;
#endif
#endif // NET_NETCONSTS_H