mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Stop hardcoding "PocketMine-MP" everywhere
This commit is contained in:
@ -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)){
|
||||
|
Reference in New Issue
Block a user