mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 04:38:35 +00:00
Remove pointless API method from PlayerMoveEvent
This commit is contained in:
parent
60b62a4890
commit
c4fe9ad32d
@ -53,13 +53,6 @@ class PlayerMoveEvent extends PlayerEvent implements Cancellable{
|
|||||||
return $this->from;
|
return $this->from;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param Location $from
|
|
||||||
*/
|
|
||||||
public function setFrom(Location $from){
|
|
||||||
$this->from = $from;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Location
|
* @return Location
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user