]> git.localhorst.tv Git - blank.git/blobdiff - src/net/ConnectionHandler.hpp
second attempt at "nice" client state correction
[blank.git] / src / net / ConnectionHandler.hpp
index ab9761af3d30391abca9ae640740d63918ef1ff5..d0172fd2f87eeb07c30c1a43334abea0f02a6ca8 100644 (file)
@@ -26,6 +26,10 @@ private:
        virtual void On(const Packet::Join &) { }
        virtual void On(const Packet::Part &) { }
        virtual void On(const Packet::PlayerUpdate &) { }
+       virtual void On(const Packet::SpawnEntity &) { }
+       virtual void On(const Packet::DespawnEntity &) { }
+       virtual void On(const Packet::EntityUpdate &) { }
+       virtual void On(const Packet::PlayerCorrection &) { }
 
 };