mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 00:29:54 +00:00
redeclare fix ;)
This commit is contained in:
parent
de5a3175bc
commit
a0019bfa73
@ -54,7 +54,7 @@ class DataPacket extends stdClass{
|
|||||||
return Utils::readShort($this->get(2), $unsigned);
|
return Utils::readShort($this->get(2), $unsigned);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getLTriad(){
|
private function getTriad(){
|
||||||
return Utils::readTriad($this->get(3));
|
return Utils::readTriad($this->get(3));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user