Added message separation

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-07 18:06:51 +01:00
parent d90e41c0d5
commit 8f21eb41ee

View File

@ -539,7 +539,7 @@ class PocketMinecraftServer{
$this->custom["times_".$CID] = 0;
}
$ln = 15;
if($this->description == ""){
if($this->description == "" or substr($this->description, -1) != " "){
$this->description .= " ";
}
$txt = substr($this->description, $this->custom["times_".$CID], $ln);