diff options
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index ee9f0ab3a..c722b4305 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -187,7 +187,6 @@ cClientHandle::~cClientHandle() if (m_Player != NULL)
{
- m_Player->SetClientHandle(NULL);
m_Player->Destroy();
m_Player = NULL;
}
|