mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Typo.
(Need more caffeine) --HG-- branch : trunk
This commit is contained in:
@@ -66,7 +66,7 @@ RealmSocket::~RealmSocket(void)
|
||||
// delete RealmSocketObject must never be called from our code.
|
||||
closing_ = true;
|
||||
|
||||
if (session_);
|
||||
if (session_)
|
||||
delete session_;
|
||||
|
||||
peer().close();
|
||||
|
||||
Reference in New Issue
Block a user