mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-27 13:23:44 +00:00
Changed max speed per tick from 100 to 10 blocks
This commit is contained in:
parent
f30986d187
commit
3e9196d224
@ -1069,7 +1069,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
|||||||
|
|
||||||
$revert = false;
|
$revert = false;
|
||||||
|
|
||||||
if($distanceSquared > 10000){
|
if($distanceSquared > 100){
|
||||||
$revert = true;
|
$revert = true;
|
||||||
}else{
|
}else{
|
||||||
if($this->chunk === null or !$this->chunk->isGenerated()){
|
if($this->chunk === null or !$this->chunk->isGenerated()){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user