Auto-disable inventories when not supported

See #738
This commit is contained in:
ORelio 2019-05-30 11:34:08 +02:00
parent 084668b621
commit 5b28179444
3 changed files with 47 additions and 6 deletions

View file

@ -29,6 +29,7 @@ namespace MinecraftClient.Protocol
bool GetTerrainEnabled();
bool SetTerrainEnabled(bool enabled);
bool GetInventoryEnabled();
bool SetInventoryEnabled(bool enabled);
/// <summary>
/// Called when a server was successfully joined