diff options
Diffstat (limited to 'ProtoProxy/Connection.h')
-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 b80a8bfcb..aa73182ff 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -152,6 +152,7 @@ protected: bool HandleServerTimeUpdate(void);
bool HandleServerUpdateHealth(void);
bool HandleServerUpdateSign(void);
+ bool HandleServerUpdateTileEntity(void);
bool HandleServerWindowClose(void);
bool HandleServerWindowContents(void);
|