changed very minor stuff with no gameplay alterations.

This commit is contained in:
The Canned One
2024-10-01 11:23:19 +02:00
parent 36390b23d1
commit 7169788e16
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
using System.Linq;
using Content.Server.StationEvents.Components;
using Content.Shared.Administration.Logs;
using Content.Shared.Database;
@@ -11,6 +10,7 @@ using Content.Shared.Silicons.Laws;
using Content.Shared.Silicons.Laws.Components;
using Robust.Shared.Prototypes;
using Robust.Shared.Random;
using System.Linq;
namespace Content.Server.Silicons.Laws;

View File

@@ -1,8 +1,6 @@
using System.Linq;
using Content.Server.Silicons.Laws;
using Content.Server.StationEvents.Components;
using Content.Shared.GameTicking.Components;
using Content.Shared.Silicons.Laws;
using Content.Shared.Silicons.Laws.Components;
using Content.Shared.Station.Components;