From 8858b16a25239d216a1d63c4a047d7cb31be3b81 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 30 Jun 2022 20:18:25 +0100 Subject: [PATCH] Fucking CS again --- src/inventory/CreativeInventory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inventory/CreativeInventory.php b/src/inventory/CreativeInventory.php index 136f2da92..9c405b92c 100644 --- a/src/inventory/CreativeInventory.php +++ b/src/inventory/CreativeInventory.php @@ -28,6 +28,7 @@ use pocketmine\item\Item; use pocketmine\utils\SingletonTrait; use Webmozart\PathUtil\Path; use function file_get_contents; +use function is_array; use function json_decode; final class CreativeInventory{