mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Remove newline
This commit is contained in:
@ -707,7 +707,6 @@ class NetworkSession{
|
|||||||
$this->disconnectGuard = false;
|
$this->disconnectGuard = false;
|
||||||
$this->flushSendBuffer(true);
|
$this->flushSendBuffer(true);
|
||||||
$this->sender->close("");
|
$this->sender->close("");
|
||||||
|
|
||||||
foreach($this->disposeHooks as $callback){
|
foreach($this->disposeHooks as $callback){
|
||||||
$callback();
|
$callback();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user