mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 15:41:33 +00:00
Added message separation
This commit is contained in:
@@ -539,7 +539,7 @@ class PocketMinecraftServer{
|
|||||||
$this->custom["times_".$CID] = 0;
|
$this->custom["times_".$CID] = 0;
|
||||||
}
|
}
|
||||||
$ln = 15;
|
$ln = 15;
|
||||||
if($this->description == ""){
|
if($this->description == "" or substr($this->description, -1) != " "){
|
||||||
$this->description .= " ";
|
$this->description .= " ";
|
||||||
}
|
}
|
||||||
$txt = substr($this->description, $this->custom["times_".$CID], $ln);
|
$txt = substr($this->description, $this->custom["times_".$CID], $ln);
|
||||||
|
Reference in New Issue
Block a user