From 475b57c69b009f3c76cf5ab254bfa1ab428fa8fb Mon Sep 17 00:00:00 2001 From: Robin Kanters Date: Wed, 6 May 2015 21:29:14 +0200 Subject: [PATCH] Redundant using directive --- TrueCraft/Commands/GiveCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TrueCraft/Commands/GiveCommand.cs b/TrueCraft/Commands/GiveCommand.cs index 1730bb1..db5021e 100644 --- a/TrueCraft/Commands/GiveCommand.cs +++ b/TrueCraft/Commands/GiveCommand.cs @@ -1,6 +1,5 @@ using System; using System.Linq; -using System.Text.RegularExpressions; using TrueCraft.Core.Windows; using TrueCraft.API; using TrueCraft.API.Networking;