mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Fixed Server description not being displayed
This commit is contained in:
parent
aecfbbbdc1
commit
d90e41c0d5
@ -539,7 +539,9 @@ class PocketMinecraftServer{
|
||||
$this->custom["times_".$CID] = 0;
|
||||
}
|
||||
$ln = 15;
|
||||
$this->description .= " ";
|
||||
if($this->description == ""){
|
||||
$this->description .= " ";
|
||||
}
|
||||
$txt = substr($this->description, $this->custom["times_".$CID], $ln);
|
||||
$txt .= substr($this->description, 0, $ln - strlen($txt));
|
||||
$this->send(0x1c, array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user