mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Stop hardcoding "PocketMine-MP" everywhere
This commit is contained in:
@ -276,7 +276,7 @@ class Server{
|
||||
* @return string
|
||||
*/
|
||||
public function getName() : string{
|
||||
return "PocketMine-MP";
|
||||
return \pocketmine\NAME;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user