This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-06 21:01:08 +01:00
parent 069ff9f965
commit 46c7e7860e
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ class PocketMinecraftServer{
} }
$ln = 15; $ln = 15;
$txt = substr($this->description, $this->custom["times_".$CID], $ln); $txt = substr($this->description, $this->custom["times_".$CID], $ln);
$txt .= substr($this->descriptiont, 0, $ln - strlen($txt)); $txt .= substr($this->description, 0, $ln - strlen($txt));
$this->send(0x1c, array( $this->send(0x1c, array(
$data[0], $data[0],
$this->serverID, $this->serverID,

View File

@ -1,6 +1,6 @@
#Pocket Minecraft PHP server properties #Pocket Minecraft PHP server properties
server-name=PHP Server server-name=PHP Server
description= Warning: This is a Work in Progress custom server. description= This is a Work in Progress custom server.
motd=Welcome to PHP Server motd=Welcome to PHP Server
port=19132 port=19132
gamemode=1 gamemode=1