X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fnet%2FClientConnection.hpp;h=7fb797bea1d89870034ffcb4ef23803f83b69def;hb=8507332e2d0c54aec4045fb6f0021bdc3bd57750;hp=c37540907851f7cd8c1f9cc8cf4dfca3ff193941;hpb=cf5ce8220483bb062740eeaedde6474928fd5e0e;p=blank.git diff --git a/src/net/ClientConnection.hpp b/src/net/ClientConnection.hpp index c375409..7fb797b 100644 --- a/src/net/ClientConnection.hpp +++ b/src/net/ClientConnection.hpp @@ -62,6 +62,8 @@ private: void SendDespawn(SpawnStatus &); void SendUpdate(SpawnStatus &); + void CheckPlayerFix(); + private: Server &server; Connection conn;