mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Clear the title bar when the server shutdown.
This commit is contained in:
parent
9e1fa453ad
commit
69c54e789a
@ -2013,6 +2013,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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user