diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 99ef3c7e1..ceea56ba0 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1062,8 +1062,8 @@ void Client::sendChatMessage(const std::wstring &message) Send(&pkt); } -void Client::sendChangePassword(const std::wstring &oldpassword, - const std::wstring &newpassword) +void Client::sendChangePassword(const std::string &oldpassword, + const std::string &newpassword) { Player *player = m_env.getLocalPlayer(); if(player == NULL) |