mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 22:15:30 +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(){
|
||||
return 50;
|
||||
return 35;
|
||||
}
|
||||
|
||||
public function getDrops(Item $item){
|
||||
|
Loading…
x
Reference in New Issue
Block a user