summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/maphandler.cpp')
-rw-r--r--src/net/eathena/maphandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/maphandler.cpp b/src/net/eathena/maphandler.cpp
index e265db717..51b78d4ff 100644
--- a/src/net/eathena/maphandler.cpp
+++ b/src/net/eathena/maphandler.cpp
@@ -46,7 +46,7 @@ MapHandler::MapHandler() :
0
};
handledMessages = _messages;
- mailHandler = this;
+ mapHandler = this;
}
void MapHandler::handleMessage(Net::MessageIn &msg)