mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Remove newline
This commit is contained in:
parent
4b5ac53276
commit
4abc36275c
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user