Changed eduMode to eduEditionOffer and added an unsignedVarInt in availablecommandspacket

This commit is contained in:
Stephen
2019-11-21 14:55:29 -05:00
parent 74c09dc202
commit f682c16740
2 changed files with 6 additions and 4 deletions

View File

@ -405,6 +405,8 @@ class AvailableCommandsPacket extends DataPacket{
foreach($this->softEnums as $enum){
$this->putSoftEnum($enum);
}
$this->putUnsignedVarInt(0); //TODO
}
public function handle(NetworkSession $session) : bool{