From 4b909a1548e53c42cc47ca4fe92be119e5d775ec Mon Sep 17 00:00:00 2001 From: galaxy119 Date: Fri, 29 Jan 2021 18:16:57 -0800 Subject: [PATCH] Housekeeping --- CustomItems/Commands/GiveItem.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/CustomItems/Commands/GiveItem.cs b/CustomItems/Commands/GiveItem.cs index 9e02c59..c0ea34d 100644 --- a/CustomItems/Commands/GiveItem.cs +++ b/CustomItems/Commands/GiveItem.cs @@ -1,9 +1,6 @@ using System; -using System.Linq; using CommandSystem; -using CustomItems.Components; using Exiled.API.Features; -using Log = GameCore.Log; namespace CustomItems.Commands {