summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/beinghandler.cpp')
-rw-r--r--src/net/ea/beinghandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp
index f5285e8ef..3f06c668c 100644
--- a/src/net/ea/beinghandler.cpp
+++ b/src/net/ea/beinghandler.cpp
@@ -31,7 +31,6 @@
#include "gui/viewport.h"
-#include "gui/windows/botcheckerwindow.h"
#include "gui/windows/socialwindow.h"
#include "resources/mapitemtype.h"
@@ -122,8 +121,6 @@ void BeingHandler::processBeingRemove(Net::MessageIn &msg)
{
if (dstBeing->getType() == ActorType::Player)
{
- if (botCheckerWindow)
- botCheckerWindow->updateList();
if (socialWindow)
socialWindow->updateActiveList();
}