Construction warning cleanup (#12256)
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
using Content.Server.Administration;
|
||||
using Content.Shared.Administration;
|
||||
using Content.Shared.Maps;
|
||||
using Content.Shared.Tag;
|
||||
using Robust.Server.Player;
|
||||
using Robust.Shared.Console;
|
||||
using Robust.Shared.Map;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Server.Construction.Commands;
|
||||
|
||||
@@ -22,8 +19,8 @@ sealed class TileReplaceCommand : IConsoleCommand
|
||||
var player = shell.Player as IPlayerSession;
|
||||
var entityManager = IoCManager.Resolve<IEntityManager>();
|
||||
EntityUid? gridId;
|
||||
string tileIdA = "";
|
||||
string tileIdB = "";
|
||||
string tileIdA;
|
||||
string tileIdB;
|
||||
|
||||
switch (args.Length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user