1
0
Derivar 1
Este cometimento está contido em:
Ad5001 2017-06-18 15:22:39 +02:00
ascendente 512ac47f70
cometimento 4512f5dfcd
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 359332C59162FFDC
3 ficheiros modificados com 1 adições e 1 eliminações

BIN
imgs/Render.png Ficheiro normal

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 516 KiB

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 1.7 MiB

Depois

Largura:  |  Altura:  |  Tamanho: 823 KiB

Ver ficheiro

@ -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 {