summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r--src/net/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index f766d2da..ad1eebdb 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -186,7 +186,7 @@ enum {
PGMSG_SEND_POST = 0x04A0, // S player, S letter, { W attachment id }
GPMSG_SEND_POST_RESPONSE = 0x04A1, // B error
PGMSG_GET_POST = 0x04A2, //
- GPMSG_GET_POST_RESPONSE = 0x04A3, // { L sender id, S letter, { W attachment id } }
+ GPMSG_GET_POST_RESPONSE = 0x04A3, // { S sender name, S letter, { W attachment id } }
XXMSG_INVALID = 0x7FFF
};