diff options
Diffstat (limited to 'src/clientserver.h')
-rw-r--r-- | src/clientserver.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/clientserver.h b/src/clientserver.h index 559fb5b15..07e7b831d 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -58,6 +58,7 @@ with this program; if not, write to the Free Software Foundation, Inc., PROTOCOL_VERSION 11: TileDef in ContentFeatures Nodebox drawtype + Added after a release: TOCLIENT_INVENTORY_FORMSPEC */ #define PROTOCOL_VERSION 11 @@ -308,6 +309,13 @@ enum ToClientCommand u16 len u8[len] privilege */ + + TOCLIENT_INVENTORY_FORMSPEC = 0x42, + /* + u16 command + u32 len + u8[len] formspec + */ }; enum ToServerCommand |