mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Revert "Option to disable hitbox calculation"
This reverts commit fae330d499
.
This commit is contained in:
@@ -1104,10 +1104,6 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
return;
|
||||
}
|
||||
|
||||
if($this->server->getProperty("movement-check.calculate-hitboxes",true) === false){
|
||||
return;
|
||||
}
|
||||
|
||||
$revert = false;
|
||||
|
||||
if($distance > 100){
|
||||
|
Reference in New Issue
Block a user