diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/maphandler.cpp | 2 | ||||
-rw-r--r-- | src/net/tmwa/maphandler.cpp | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/src/net/tmwa/maphandler.cpp b/src/net/tmwa/maphandler.cpp index 483ca0f54..da0cb2421 100644 --- a/src/net/tmwa/maphandler.cpp +++ b/src/net/tmwa/maphandler.cpp @@ -42,7 +42,7 @@ MapHandler::MapHandler() : 0 }; handledMessages = _messages; - mailHandler = this; + mapHandler = this; } void MapHandler::handleMessage(Net::MessageIn &msg) |