From 1ea5316a37f5102fb7f758eda0775f0db5ca0084 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 24 Mar 2019 18:38:26 +0000 Subject: [PATCH] Whose idea was it to make this public... --- src/pocketmine/utils/Utils.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pocketmine/utils/Utils.php b/src/pocketmine/utils/Utils.php index 0757a282e..244784165 100644 --- a/src/pocketmine/utils/Utils.php +++ b/src/pocketmine/utils/Utils.php @@ -105,7 +105,8 @@ use const STR_PAD_RIGHT; * Big collection of functions */ class Utils{ - public static $os; + /** @var string */ + private static $os; /** @var UUID|null */ private static $serverUniqueId = null;