diff options
Diffstat (limited to 'src/net/tmwa/maphandler.cpp')
-rw-r--r-- | src/net/tmwa/maphandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |