diff options
Diffstat (limited to 'src/net/eathena/mailhandler.cpp')
-rw-r--r-- | src/net/eathena/mailhandler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/mailhandler.cpp b/src/net/eathena/mailhandler.cpp index b17823064..e154ad406 100644 --- a/src/net/eathena/mailhandler.cpp +++ b/src/net/eathena/mailhandler.cpp @@ -20,7 +20,6 @@ #include "net/eathena/mailhandler.h" -#include "logger.h" #include "notifymanager.h" #include "gui/mailmessage.h" @@ -175,7 +174,7 @@ void MailHandler::processReadMail(Net::MessageIn &msg) void MailHandler::processGetAttachment(Net::MessageIn &msg) { - switch(msg.readUInt8("flag")) + switch (msg.readUInt8("flag")) { case 0: NotifyManager::notify(NotifyTypes::MAIL_GET_ATTACH_OK); |