summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/chathandler.cpp')
-rw-r--r--src/net/eathena/chathandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp
index 0b630ee63..6b8e0517b 100644
--- a/src/net/eathena/chathandler.cpp
+++ b/src/net/eathena/chathandler.cpp
@@ -49,6 +49,11 @@ ChatHandler::ChatHandler() :
chatHandler = this;
}
+ChatHandler::~ChatHandler()
+{
+ chatHandler = nullptr;
+}
+
void ChatHandler::talk(const std::string &restrict text,
const std::string &restrict channel A_UNUSED) const
{