]> git.lizzy.rs Git - minetest.git/blobdiff - src/server.h
Remove ClientMap::m_camera_mutex
[minetest.git] / src / server.h
index 5a19677cd3f8ed4f7c2b5c31157dc1fc630ca007..fd559ba149f1c7a4a5d8954217ba75f7c806a81a 100644 (file)
@@ -481,6 +481,7 @@ class Server : public con::PeerHandler, public MapEventReceiver,
        // This returns the answer to the sender of wmessage, or "" if there is none
        std::wstring handleChat(const std::string &name, const std::wstring &wname,
                const std::wstring &wmessage,
+               bool check_shout_priv = false,
                u16 peer_id_to_avoid_sending = PEER_ID_INEXISTENT);
        void handleAdminChat(const ChatEventChat *evt);