mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
Merge pull request #2800 from alejandroliu/patch-1
Corrected MINECART constant definition on Item.php
This commit is contained in:
commit
6836e4fe58
@ -316,7 +316,7 @@ class Item{
|
||||
const WOODEN_DOOR = 324;
|
||||
const BUCKET = 325;
|
||||
|
||||
const MINECART = 329;
|
||||
const MINECART = 328;
|
||||
|
||||
const IRON_DOOR = 330;
|
||||
const REDSTONE = 331;
|
||||
@ -656,4 +656,4 @@ class Item{
|
||||
return $this->id === $item->getId() and ($checkDamage === false or $this->getDamage() === $item->getDamage());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user