mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Renamed old getID() calls to getId()
This commit is contained in:
@ -66,7 +66,7 @@ class Anvil extends McRegion{
|
||||
}
|
||||
|
||||
public function requestChunkTask($x, $z){
|
||||
return new ChunkRequestTask($this, $this->getLevel()->getID(), $x, $z);
|
||||
return new ChunkRequestTask($this, $this->getLevel()->getId(), $x, $z);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user