mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Cleaned up isEncoded mess
This commit is contained in:
@ -70,6 +70,7 @@ abstract class DataPacket extends BinaryStream{
|
||||
public function encode(){
|
||||
$this->reset();
|
||||
$this->encodePayload();
|
||||
$this->isEncoded = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user