Merge branch 'release/3.2'

This commit is contained in:
Dylan K. Taylor 2018-08-07 14:32:47 +01:00
commit 3fa9712a1e

View File

@ -2052,6 +2052,10 @@ class Server{
return; return;
} }
if($this->doTitleTick){
echo "\x1b]0;\x07";
}
try{ try{
if(!$this->isRunning()){ if(!$this->isRunning()){
$this->sendUsage(SendUsageTask::TYPE_CLOSE); $this->sendUsage(SendUsageTask::TYPE_CLOSE);