mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Cleaned up item & arrow pickup code
This commit is contained in:
@ -1385,7 +1385,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
||||
|
||||
}
|
||||
|
||||
public function onCollideWithPlayer(Human $entityPlayer){
|
||||
public function onCollideWithPlayer(Player $player){
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user