mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-27 05:13:46 +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;
|
||||
|
||||
if($distanceSquared > 10000){
|
||||
if($distanceSquared > 100){
|
||||
$revert = true;
|
||||
}else{
|
||||
if($this->chunk === null or !$this->chunk->isGenerated()){
|
||||
|
Loading…
x
Reference in New Issue
Block a user