]> git.localhorst.tv Git - blank.git/blobdiff - src/server/ClientConnection.hpp
server: distribute received messages to clients
[blank.git] / src / server / ClientConnection.hpp
index 11670bcee6da3e8e4fc4c5117899e327bcd1d0e0..1a781c5dd6ad5dea7f88b033e4648bed6aee4550 100644 (file)
@@ -83,6 +83,7 @@ private:
        void On(const Packet::Login &) override;
        void On(const Packet::Part &) override;
        void On(const Packet::PlayerUpdate &) override;
+       void On(const Packet::Message &) override;
 
        bool CanSpawn(const Entity &) const noexcept;
        bool CanDespawn(const Entity &) const noexcept;