From 0488673f2ff49672d77ac92e6430c44b26df2878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 1 Jan 2022 10:53:19 +0100 Subject: [PATCH] fix: remove noscore usages in local client --- .../CommandHandlers/Walk/WalkPacketResponder.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Local/NosSmooth.LocalClient/CommandHandlers/Walk/WalkPacketResponder.cs b/Local/NosSmooth.LocalClient/CommandHandlers/Walk/WalkPacketResponder.cs index 553b888..375124e 100644 --- a/Local/NosSmooth.LocalClient/CommandHandlers/Walk/WalkPacketResponder.cs +++ b/Local/NosSmooth.LocalClient/CommandHandlers/Walk/WalkPacketResponder.cs @@ -4,10 +4,6 @@ // Copyright (c) František Boháček. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using System.Security; -using NosCore.Packets.ClientPackets.Battle; -using NosCore.Packets.ClientPackets.Movement; -using NosCore.Packets.ServerPackets.MiniMap; using NosSmooth.Core.Commands; using NosSmooth.Core.Packets; using NosSmooth.Packets.Packets.Client.Movement; -- 2.48.1