]> git.localhorst.tv Git - blank.git/blobdiff - src/net/ClientConnection.hpp
add packet for merging player state back to client
[blank.git] / src / net / ClientConnection.hpp
index c37540907851f7cd8c1f9cc8cf4dfca3ff193941..7fb797bea1d89870034ffcb4ef23803f83b69def 100644 (file)
@@ -62,6 +62,8 @@ private:
        void SendDespawn(SpawnStatus &);
        void SendUpdate(SpawnStatus &);
 
+       void CheckPlayerFix();
+
 private:
        Server &server;
        Connection conn;