summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-22 00:38:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-22 00:38:26 +0300
commit972bbd781838c9150f87aad7c96c6bbd74a68e06 (patch)
treecc839b1ca698ec32c0dd3fc7c8d8e0ba09e8e923 /src/net/tmwa/charserverhandler.cpp
parentf6f2a8072c517ee47e77979db9dbb9ecb3430cb5 (diff)
downloadplus-972bbd781838c9150f87aad7c96c6bbd74a68e06.tar.gz
plus-972bbd781838c9150f87aad7c96c6bbd74a68e06.tar.bz2
plus-972bbd781838c9150f87aad7c96c6bbd74a68e06.tar.xz
plus-972bbd781838c9150f87aad7c96c6bbd74a68e06.zip
Fix change password issue with empty players list.
Diffstat (limited to 'src/net/tmwa/charserverhandler.cpp')
-rw-r--r--src/net/tmwa/charserverhandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp
index 7f84faaca..d922f0852 100644
--- a/src/net/tmwa/charserverhandler.cpp
+++ b/src/net/tmwa/charserverhandler.cpp
@@ -128,8 +128,7 @@ void CharServerHandler::handleMessage(Net::MessageIn &msg)
mSelectedCharacter->dummy = nullptr;
- delete_all(mCharacters);
- mCharacters.clear();
+ Net::getCharHandler()->clear();
updateCharSelectDialog();
if (mNetwork)