Stop hardcoding "PocketMine-MP" everywhere

This commit is contained in:
Dylan K. Taylor
2017-09-25 18:17:35 +01:00
parent 6e5759b1d1
commit 10f597cd64
4 changed files with 8 additions and 7 deletions

View File

@ -46,7 +46,7 @@ class SetupWizard{
}
public function run() : bool{
$this->message("PocketMine-MP set-up wizard");
$this->message(\pocketmine\NAME . " set-up wizard");
$langs = BaseLang::getLanguageList();
if(empty($langs)){