Merge changes from master

This commit is contained in:
Dylan K. Taylor
2017-04-21 22:48:18 +01:00
23 changed files with 79 additions and 43 deletions

View File

@ -1110,7 +1110,7 @@ abstract class Entity extends Location implements Metadatable{
//return !($this instanceof Player);
}
public final function scheduleUpdate(){
final public function scheduleUpdate(){
$this->level->updateEntities[$this->id] = $this;
}