mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-13 13:25:16 +00:00
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:
parent
3473254d01
commit
41566e8077
@ -105,7 +105,6 @@ use function base64_encode;
|
|||||||
use function cli_set_process_title;
|
use function cli_set_process_title;
|
||||||
use function copy;
|
use function copy;
|
||||||
use function count;
|
use function count;
|
||||||
use function define;
|
|
||||||
use function explode;
|
use function explode;
|
||||||
use function file_exists;
|
use function file_exists;
|
||||||
use function file_get_contents;
|
use function file_get_contents;
|
||||||
@ -125,7 +124,6 @@ use function min;
|
|||||||
use function mkdir;
|
use function mkdir;
|
||||||
use function ob_end_flush;
|
use function ob_end_flush;
|
||||||
use function preg_replace;
|
use function preg_replace;
|
||||||
use function random_bytes;
|
|
||||||
use function realpath;
|
use function realpath;
|
||||||
use function register_shutdown_function;
|
use function register_shutdown_function;
|
||||||
use function rename;
|
use function rename;
|
||||||
@ -891,7 +889,6 @@ class Server{
|
|||||||
|
|
||||||
@cli_set_process_title($this->getName() . " " . $this->getPocketMineVersion());
|
@cli_set_process_title($this->getName() . " " . $this->getPocketMineVersion());
|
||||||
|
|
||||||
define("BOOTUP_RANDOM", random_bytes(16));
|
|
||||||
$this->serverID = Utils::getMachineUniqueId($this->getIp() . $this->getPort());
|
$this->serverID = Utils::getMachineUniqueId($this->getIp() . $this->getPort());
|
||||||
|
|
||||||
$this->getLogger()->debug("Server unique id: " . $this->getServerUniqueId());
|
$this->getLogger()->debug("Server unique id: " . $this->getServerUniqueId());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user