mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Fixed sword efficiency on anything that's not cobwebs
This commit is contained in:
@ -252,7 +252,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
||||
}
|
||||
|
||||
if($item->isSword()){
|
||||
$base *= 0.5;
|
||||
$base /= 1.5;
|
||||
}
|
||||
|
||||
return $base;
|
||||
|
Reference in New Issue
Block a user