mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Fixed Description
This commit is contained in:
parent
a24da0e5ad
commit
1d9e1fde79
@ -421,9 +421,7 @@ class PocketMinecraftServer{
|
||||
$this->custom["times_".$CID] = 0;
|
||||
}
|
||||
$ln = 15;
|
||||
if(strlen($this->description) === 0){
|
||||
$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