Server: remove unused BOOTUP_RANDOM constant

this used to be used for /dumpmemory filenames, but those were confusing and stupid, and it's not used anymore since March 2018.
This commit is contained in:
Dylan K. Taylor 2020-05-24 18:33:04 +01:00
parent 3473254d01
commit 41566e8077

View File

@ -105,7 +105,6 @@ use function base64_encode;
use function cli_set_process_title;
use function copy;
use function count;
use function define;
use function explode;
use function file_exists;
use function file_get_contents;
@ -125,7 +124,6 @@ use function min;
use function mkdir;
use function ob_end_flush;
use function preg_replace;
use function random_bytes;
use function realpath;
use function register_shutdown_function;
use function rename;
@ -891,7 +889,6 @@ class Server{
@cli_set_process_title($this->getName() . " " . $this->getPocketMineVersion());
define("BOOTUP_RANDOM", random_bytes(16));
$this->serverID = Utils::getMachineUniqueId($this->getIp() . $this->getPort());
$this->getLogger()->debug("Server unique id: " . $this->getServerUniqueId());