mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Visibility keyword before final or abstract keyword. (#814)
This commit is contained in:
@ -159,7 +159,7 @@ abstract class Tile extends Position{
|
||||
return false;
|
||||
}
|
||||
|
||||
public final function scheduleUpdate(){
|
||||
final public function scheduleUpdate(){
|
||||
$this->level->updateTiles[$this->id] = $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user