Removed cli_set_process_title() check

This commit is contained in:
Shoghi Cervantes 2014-08-27 12:45:14 +02:00
parent 8f66d03d99
commit e6234c4c4d

View File

@ -1489,7 +1489,7 @@ class Server{
Level::$COMPRESSION_LEVEL = $this->getProperty("chunk-sending.compression-level", 7);
if(defined("pocketmine\\DEBUG") and \pocketmine\DEBUG >= 0 and function_exists("cli_set_process_title")){
if(defined("pocketmine\\DEBUG") and \pocketmine\DEBUG >= 0){
@cli_set_process_title($this->getName() . " " . $this->getPocketMineVersion());
}