mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added encode and decode methods for more packets
This commit is contained in:
@ -32,7 +32,7 @@ class SetCommandsEnabledPacket extends DataPacket{
|
||||
public $enabled;
|
||||
|
||||
public function decode(){
|
||||
|
||||
$this->enabled = $this->getBool();
|
||||
}
|
||||
|
||||
public function encode(){
|
||||
|
Reference in New Issue
Block a user