mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-28 05:35:40 +00:00
Fix instabreak anti-cheat false positive on obsidian broken (#209)
This commit is contained in:
parent
2e1f572356
commit
b082bec150
@ -41,7 +41,7 @@ class Obsidian extends Solid{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getHardness(){
|
public function getHardness(){
|
||||||
return 50;
|
return 35;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDrops(Item $item){
|
public function getDrops(Item $item){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user