mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Renamed old getID() calls to getId()
This commit is contained in:
@ -95,7 +95,7 @@ class Flat extends Generator{
|
||||
$b = Item::fromString($b);
|
||||
$cnt = $matches[2][$i] === "" ? 1 : intval($matches[2][$i]);
|
||||
for($cY = $y, $y += $cnt; $cY < $y; ++$cY){
|
||||
$this->structure[$cY] = [$b->getID(), $b->getDamage()];
|
||||
$this->structure[$cY] = [$b->getId(), $b->getDamage()];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user