]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Quick warning fixes (#31694)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Sun, 1 Sep 2024 02:54:39 +0000 (04:54 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 02:54:39 +0000 (04:54 +0200)
Content.Client/Commands/ActionsCommands.cs
Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs
Content.Server/Connection/ConnectionManager.cs
Content.Server/EntityEffects/Effects/ModifyLungGas.cs
Content.Server/EntityEffects/Effects/Polymorph.cs

index 593b8e8256977e0a8200f5c05e5ba52801df42a6..c155c7a9deac17e9cc47cc5dbfaeee86ca84a6b0 100644 (file)
@@ -1,6 +1,4 @@
 using Content.Client.Actions;
-using Content.Client.Actions;
-using Content.Client.Mapping;
 using Content.Shared.Administration;
 using Robust.Shared.Console;
 
index 797360d1712dadaaf584a84c4f7d7aa5fe32a7f9..f8313882a2fee0ccb25375b4b1e19ddb00976427 100644 (file)
@@ -2,10 +2,8 @@ using Content.Client.UserInterface.Controls;
 using Content.Client.VendingMachines.UI;
 using Content.Shared.VendingMachines;
 using Robust.Client.UserInterface;
-using Robust.Client.UserInterface.Controls;
 using Robust.Shared.Input;
 using System.Linq;
-using Robust.Client.UserInterface;
 
 namespace Content.Client.VendingMachines
 {
index 987c8d06b017b0b4b402fa196e3d5a183e27286f..1b142830f175bd82c62405923f8511a8e8e407f4 100644 (file)
@@ -1,12 +1,7 @@
 using System.Collections.Immutable;
 using System.Linq;
-using System.Text.Json.Nodes;
 using System.Threading.Tasks;
-using Content.Server.Connection.Whitelist;
-using Content.Server.Connection.Whitelist.Conditions;
 using System.Runtime.InteropServices;
-using System.Text.Json.Nodes;
-using System.Threading.Tasks;
 using Content.Server.Chat.Managers;
 using Content.Server.Database;
 using Content.Server.GameTicking;
index b4f35e3d56b86adbd077848e6d3883580c9cd705..b752cd93b881f3f205661c62a94e201126ca3acf 100644 (file)
@@ -2,7 +2,6 @@ using Content.Server.Body.Components;
 using Content.Shared.Atmos;
 using Content.Shared.EntityEffects;
 using Robust.Shared.Prototypes;
-using Content.Shared.EntityEffects;
 
 namespace Content.Server.EntityEffects.Effects;
 
index 00a5c6613d02eb7fbbdeec3717a32e49c0beda4b..2ee533a4d70013524b1e4984c186236b7f0fa491 100644 (file)
@@ -4,7 +4,6 @@ using Content.Shared.EntityEffects;
 using Content.Shared.Polymorph;
 using Robust.Shared.Prototypes;
 using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
-using Content.Shared.EntityEffects;
 
 namespace Content.Server.EntityEffects.Effects;