summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index 878f84782..a06650d89 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -189,7 +189,7 @@ void cClientHandle::Destroy(void)
auto world = player->GetWorld();
if (world != nullptr)
{
- player->StopEveryoneFromTargetingMe();
+ // player->StopEveryoneFromTargetingMe(); // mobTodo
player->SetIsTicking(false);
if (WasAddedToWorld)