This commit is contained in:
Ad5001 2017-06-18 15:22:39 +02:00
rodzic 512ac47f70
commit 4512f5dfcd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 359332C59162FFDC
3 zmienionych plików z 1 dodań i 1 usunięć

BIN
imgs/Render.png Normal file

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 516 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 1,7 MiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 823 KiB

Wyświetl plik

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