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