Tick entities on Level, show correct timing reports

This commit is contained in:
Shoghi Cervantes
2014-09-01 01:56:13 +02:00
parent 9b7a94b5ee
commit 705e4da789
4 changed files with 29 additions and 26 deletions

View File

@@ -584,6 +584,7 @@ abstract class Entity extends Position implements Metadatable{
}
public final function scheduleUpdate(){
//TODO!
Entity::$needUpdate[$this->id] = $this;
}