diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/messagein.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/messagein.cpp b/src/net/eathena/messagein.cpp index f9d17bfd5..e3918dd3a 100644 --- a/src/net/eathena/messagein.cpp +++ b/src/net/eathena/messagein.cpp @@ -43,7 +43,7 @@ MessageIn::MessageIn(const char *const data, const unsigned int length) : void MessageIn::postInit() { // Read the message ID - mId = readInt16(); + mId = readInt16("packet id"); } int16_t MessageIn::readInt16(const char *const str) |