mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Moved Player::buffer
This commit is contained in:
parent
b24120a863
commit
91c4cbfedb
@ -600,8 +600,6 @@ class Player extends RealHuman{
|
||||
$this->connected = false;
|
||||
$this->level->freeAllChunks($this);
|
||||
$this->loggedIn = false;
|
||||
$this->buffer = null;
|
||||
unset($this->buffer);
|
||||
$this->recoveryQueue = array();
|
||||
$this->receiveQueue = array();
|
||||
$this->resendQueue = array();
|
||||
@ -623,6 +621,8 @@ class Player extends RealHuman{
|
||||
$this->craftingItems = array();
|
||||
$this->received = array();
|
||||
parent::close();
|
||||
$this->buffer = null;
|
||||
unset($this->buffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user