Added settings.force-language property to force server language on clients

This commit is contained in:
Shoghi Cervantes
2015-04-13 12:02:40 +02:00
parent 31387ff0be
commit 1865622b89
5 changed files with 28 additions and 22 deletions

View File

@ -21,8 +21,6 @@
namespace pocketmine\event;
use pocketmine\Player;
class TextContainer{
/** @var string $text */
@ -43,10 +41,6 @@ class TextContainer{
return $this->text;
}
public function send(Player $p){
$p->sendMessage($this->getText());
}
/**
* @return string
*/