diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 17:56:42 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 17:56:42 +0200 |
commit | 45eddd63adaea3bbfa97bcb9559f1e95ddad2a42 (patch) | |
tree | 81f86442e8295ff44d6bdb71ed8f719fba3306aa /ProtoProxy/Connection.h | |
parent | Restored resource files from vc2010 into vc2008 (diff) | |
download | cuberite-45eddd63adaea3bbfa97bcb9559f1e95ddad2a42.tar cuberite-45eddd63adaea3bbfa97bcb9559f1e95ddad2a42.tar.gz cuberite-45eddd63adaea3bbfa97bcb9559f1e95ddad2a42.tar.bz2 cuberite-45eddd63adaea3bbfa97bcb9559f1e95ddad2a42.tar.lz cuberite-45eddd63adaea3bbfa97bcb9559f1e95ddad2a42.tar.xz cuberite-45eddd63adaea3bbfa97bcb9559f1e95ddad2a42.tar.zst cuberite-45eddd63adaea3bbfa97bcb9559f1e95ddad2a42.zip |
Diffstat (limited to '')
-rw-r--r-- | ProtoProxy/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index 8fc665b4e..995e45deb 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -107,6 +107,7 @@ protected: bool HandleClientKeepAlive(void);
bool HandleClientLocaleAndView(void);
bool HandleClientPing(void);
+ bool HandleClientPlayerAbilities(void);
bool HandleClientPlayerLook(void);
bool HandleClientPlayerOnGround(void);
bool HandleClientPlayerPosition(void);
|