mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Normalized Item Names
This commit is contained in:
@ -27,7 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
|
||||
class IronIngotItem extends Item{
|
||||
public function __construct($meta = 0, $count = 1){
|
||||
parent::__construct(IRON_INGOT, 0, $count, "IronIngot");
|
||||
parent::__construct(IRON_INGOT, 0, $count, "Iron Ingot");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user