mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
Utils: fixed missing property initializer
This commit is contained in:
parent
ed2a239334
commit
6d7bf1c5d8
@ -105,7 +105,7 @@ final class Utils{
|
|||||||
public const OS_BSD = "bsd";
|
public const OS_BSD = "bsd";
|
||||||
public const OS_UNKNOWN = "other";
|
public const OS_UNKNOWN = "other";
|
||||||
|
|
||||||
private static ?string $os;
|
private static ?string $os = null;
|
||||||
private static ?UuidInterface $serverUniqueId = null;
|
private static ?UuidInterface $serverUniqueId = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user