mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Location $from
|
||||
*/
|
||||
public function setFrom(Location $from){
|
||||
$this->from = $from;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Location
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user