mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +00:00
Changed TIER_IRON to TIER_STONE
This commit is contained in:
parent
26c9eed82e
commit
4d95c65d95
@ -28,6 +28,6 @@ class StonePickaxe extends Tool{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function isPickaxe(){
|
public function isPickaxe(){
|
||||||
return Tool::TIER_IRON;
|
return Tool::TIER_STONE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user