We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32818e7 commit 61d531cCopy full SHA for 61d531c
Content.Server/Administration/Commands/GarbageClearUpCommand.cs
@@ -2,7 +2,6 @@
2
3
using Content.Shared.Administration;
4
using Content.Shared.Tag;
5
-using Content.Shared.Weapons.Ranged.Components;
6
using Robust.Shared.Console;
7
using Robust.Shared.Containers;
8
@@ -13,6 +12,7 @@ public sealed partial class GarbageClearUpCommand : IConsoleCommand
13
12
{
14
[Dependency] private readonly IEntityManager _entMan = default!;
15
+ //SS220-clearupgarbage
16
public string Command => "clearupgarbage";
17
public string Description => "Удаляет весь мусор с карты (применимо к объектам с тегом 'trash')";
18
public string Help => $"Usage: {Command} ... surgery tommorow";
0 commit comments