mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-26 13:19:55 +00:00
Merge branch 'stable'
# Conflicts: # resources/vanilla # src/pocketmine/Player.php
This commit is contained in:
commit
9e1d9768f0
@ -2212,6 +2212,9 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
|
|||||||
|
|
||||||
$this->resetFallDistance();
|
$this->resetFallDistance();
|
||||||
$this->nextChunkOrderRun = 0;
|
$this->nextChunkOrderRun = 0;
|
||||||
|
if($this->spawnChunkLoadCount !== -1){
|
||||||
|
$this->spawnChunkLoadCount = 0;
|
||||||
|
}
|
||||||
$this->stopSleep();
|
$this->stopSleep();
|
||||||
$this->blockBreakHandler = null;
|
$this->blockBreakHandler = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user