mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
Fix again #312 - Vector3
This commit is contained in:
parent
9ead05a6fa
commit
ffd8ac2879
@ -34,7 +34,7 @@ class Position extends Vector3{
|
||||
}
|
||||
|
||||
public function getSide($side){
|
||||
return new Position(parent::side($side), 0, 0, $this->level);
|
||||
return new Position(parent::getSide($side), 0, 0, $this->level);
|
||||
}
|
||||
|
||||
public function distance($x = 0, $y = 0, $z = 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user