mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Tick entities on Level, show correct timing reports
This commit is contained in:
@@ -584,6 +584,7 @@ abstract class Entity extends Position implements Metadatable{
|
||||
}
|
||||
|
||||
public final function scheduleUpdate(){
|
||||
//TODO!
|
||||
Entity::$needUpdate[$this->id] = $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user