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

@ -170,7 +170,7 @@ abstract class Tile extends Position{
return false;
}
public final function scheduleUpdate(){
final public function scheduleUpdate(){
$this->level->updateTiles[$this->id] = $this;
}