summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index fec408a2f..78688fa03 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -76,6 +76,7 @@
#include "net/net.h"
#include "net/npchandler.h"
#include "net/packetcounters.h"
+#include "net/partyhandler.h"
#include "net/worldinfo.h"
#include "resources/beinginfo.h"
@@ -850,6 +851,7 @@ int Client::exec()
resman->cleanOrphans();
Party::clearParties();
Net::getNpcHandler()->clearDialogs();
+ Net::getPartyHandler()->clear();
}
mOldState = mState;