Skip to content

Commit 61d531c

Browse files
committed
added ss220 comment
1 parent 32818e7 commit 61d531c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Server/Administration/Commands/GarbageClearUpCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
using Content.Shared.Administration;
44
using Content.Shared.Tag;
5-
using Content.Shared.Weapons.Ranged.Components;
65
using Robust.Shared.Console;
76
using Robust.Shared.Containers;
87

@@ -13,6 +12,7 @@ public sealed partial class GarbageClearUpCommand : IConsoleCommand
1312
{
1413
[Dependency] private readonly IEntityManager _entMan = default!;
1514

15+
//SS220-clearupgarbage
1616
public string Command => "clearupgarbage";
1717
public string Description => "Удаляет весь мусор с карты (применимо к объектам с тегом 'trash')";
1818
public string Help => $"Usage: {Command} ... surgery tommorow";

0 commit comments

Comments
 (0)