mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Fixed CPU/mem leak when teleporting with movement checks disabled, close #231
This commit is contained in:
@ -3416,6 +3416,8 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
$pk->eid = 0;
|
||||
$this->dataPacket($pk);
|
||||
}
|
||||
|
||||
$this->newPosition = null;
|
||||
}
|
||||
|
||||
protected function checkChunks(){
|
||||
|
Reference in New Issue
Block a user