New banner !

Esse commit está contido em:
Ad5001 2017-06-18 15:22:39 +02:00
commit 4512f5dfcd
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 359332C59162FFDC
3 arquivos alterados com 1 adições e 1 exclusões

BIN
imgs/Render.png Normal file

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 516 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 1.7 MiB

Depois

Largura:  |  Altura:  |  Tamanho: 823 KiB

Ver arquivo

@ -182,7 +182,7 @@ class Main extends PluginBase implements Listener {
return false;
}
}
$sender->teleport(\pocketmine\level\Position::fromObject($player, $this->getServer()->getLevelByName($args[0])));
$sender->teleport(\pocketmine\level\Position::fromObject($sender, $this->getServer()->getLevelByName($args[0])));
$sender->sendMessage("§aTeleporting to {$args[0]}...");
return true;
} else {