From 46c7e7860e4bb62f07e26c21e4e5eeab23f2f356 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Thu, 6 Dec 2012 21:01:08 +0100 Subject: [PATCH] Typo --- classes/PocketMinecraftServer.class.php | 2 +- common/default.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/PocketMinecraftServer.class.php b/classes/PocketMinecraftServer.class.php index c9160507c..331536505 100644 --- a/classes/PocketMinecraftServer.class.php +++ b/classes/PocketMinecraftServer.class.php @@ -144,7 +144,7 @@ class PocketMinecraftServer{ } $ln = 15; $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( $data[0], $this->serverID, diff --git a/common/default.properties b/common/default.properties index 21fe6de36..01ad5500f 100644 --- a/common/default.properties +++ b/common/default.properties @@ -1,6 +1,6 @@ #Pocket Minecraft PHP server properties 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 port=19132 gamemode=1