mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Changed eduMode to eduEditionOffer and added an unsignedVarInt in availablecommandspacket
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user