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