summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index 4b28f567..8946945b 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -154,7 +154,7 @@ void connectToServer(ServerInfo &server)
switch (server.type)
{
-#ifdef ENABLE_MANASERV
+#ifdef MANASERV_SUPPORT
case ServerInfo::MANASERV:
new ManaServ::GeneralHandler;
break;