mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Revert "Option to disable hitbox calculation"
This reverts commit fae330d499e705aac902e3750b089d7744acf1e0.
This commit is contained in:
parent
7106ea87e6
commit
571e2f8895
@ -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){
|
||||
|
@ -89,10 +89,6 @@ auto-updater:
|
||||
suggest-channels: true
|
||||
host: www.pocketmine.net
|
||||
|
||||
movement-check:
|
||||
#Teleport players back if they move into a block
|
||||
calculate-hitboxes: true
|
||||
|
||||
aliases:
|
||||
#Examples:
|
||||
#showtheversion: version
|
||||
|
Loading…
x
Reference in New Issue
Block a user