X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fclient.h;h=082b3d6dd1a7f52f50c614c99b6e6d45fd819d88;hb=b246812455737b2d0337dec905ba0256adefd105;hp=7ec405fa6b3c9bf2842fcfe2f7a04cc5b283d0c1;hpb=1fe4256462826c218ed9bf171be4c07e0db33e25;p=dragonfireclient.git diff --git a/src/client.h b/src/client.h index 7ec405fa6..082b3d6dd 100644 --- a/src/client.h +++ b/src/client.h @@ -407,8 +407,8 @@ class Client : public con::PeerHandler, public InventoryManager, public IGameDef const std::map &fields); void sendInventoryAction(InventoryAction *a); void sendChatMessage(const std::wstring &message); - void sendChangePassword(const std::wstring &oldpassword, - const std::wstring &newpassword); + void sendChangePassword(const std::string &oldpassword, + const std::string &newpassword); void sendDamage(u8 damage); void sendBreath(u16 breath); void sendRespawn(); @@ -573,7 +573,6 @@ class Client : public con::PeerHandler, public InventoryManager, public IGameDef bool m_inventory_updated; Inventory *m_inventory_from_server; float m_inventory_from_server_age; - std::set m_active_blocks; PacketCounter m_packetcounter; bool m_show_highlighted; // Block mesh animation parameters