mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Removed hardcoded Server name from source
This commit is contained in:
@ -71,7 +71,7 @@ class TimingsHandler{
|
||||
}
|
||||
|
||||
fwrite($fp, "# Version " . Server::getInstance()->getVersion() . PHP_EOL);
|
||||
fwrite($fp, "# PocketMine-MP " . Server::getInstance()->getPocketMineVersion() . PHP_EOL);
|
||||
fwrite($fp, "# ". Server::getInstance()->getName() . " " . Server::getInstance()->getPocketMineVersion() . PHP_EOL);
|
||||
|
||||
$entities = 0;
|
||||
$livingEntities = 0;
|
||||
|
Reference in New Issue
Block a user