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