mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-01 07:43:03 +00:00
Updated PMF
This commit is contained in:
parent
8bbd899689
commit
f07cd21dd1
@ -47,7 +47,7 @@ class PMFPlugin extends PMF{
|
|||||||
if($this->getType() !== 0x01){
|
if($this->getType() !== 0x01){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
$this->seek(5);
|
||||||
$this->pluginData["fversion"] = ord($this->read(1));
|
$this->pluginData["fversion"] = ord($this->read(1));
|
||||||
$this->pluginData["name"] = $this->read(Utils::readShort($this->read(2), false));
|
$this->pluginData["name"] = $this->read(Utils::readShort($this->read(2), false));
|
||||||
$this->pluginData["version"] = $this->read(Utils::readShort($this->read(2), false));
|
$this->pluginData["version"] = $this->read(Utils::readShort($this->read(2), false));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user