mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Removed a bunch of TODO and fixed item drops on block update
This commit is contained in:
@ -1151,7 +1151,7 @@ abstract class Entity extends Position implements Metadatable{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getID(){
|
||||
public function getId(){
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user