mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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_UNKNOWN = "other";
|
||||
|
||||
private static ?string $os;
|
||||
private static ?string $os = null;
|
||||
private static ?UuidInterface $serverUniqueId = null;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user