diff --git a/Server/Core/Commands/CommandHandler.cs b/Server/Core/Commands/CommandHandler.cs index 5c9948a7..71846c7c 100644 --- a/Server/Core/Commands/CommandHandler.cs +++ b/Server/Core/Commands/CommandHandler.cs @@ -5,10 +5,8 @@ using System.Windows.Forms; using xServer.Core.Misc; using xServer.Core.Packets.ClientPackets; -using xServer.Core.Packets.ServerPackets; using xServer.Forms; using xServer.Settings; -using Directory = System.IO.Directory; namespace xServer.Core.Commands {