summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r--src/net/messageout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h
index f44aaa95..b232fdf8 100644
--- a/src/net/messageout.h
+++ b/src/net/messageout.h
@@ -32,7 +32,7 @@ class Network;
/**
* Used for building an outgoing message.
*
- * With tmwserv, the message is sent using Net::Connection::send() when
+ * With manaserv, the message is sent using Net::Connection::send() when
* finished.
*
* \ingroup Network
@@ -45,7 +45,7 @@ class MessageOut
*/
MessageOut(short id);
-#ifdef TMWSERV_SUPPORT
+#ifdef MANASERV_SUPPORT
/**
* Destructor.
*/
@@ -83,7 +83,7 @@ class MessageOut
short mID;
private:
-#ifdef TMWSERV_SUPPORT
+#ifdef MANASERV_SUPPORT
/**
* Expand the packet data to be able to hold more data.
*