Skip to content

Commit 31d7604

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents d0c3639 + b3106a4 commit 31d7604

535 files changed

Lines changed: 140800 additions & 175758 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,4 @@
3636
/Pow3r/ @PJB3005
3737
/Content.Server/Power/Pow3r/ @PJB3005
3838

39-
40-
# Sloth
41-
/Content.*/Audio @metalgearsloth
42-
/Content.*/Movement @metalgearsloth
43-
/Content.*/NPC @metalgearsloth
44-
/Content.*/Shuttles @metalgearsloth
45-
/Content.*/Weapons @metalgearsloth
46-
4739
/Content.Server/Discord/ @Simyon264

Content.Benchmarks/MapLoadBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using BenchmarkDotNet.Attributes;
66
using Content.IntegrationTests;
77
using Content.IntegrationTests.Pair;
8-
using Content.Server.Maps;
8+
using Content.Shared.Maps;
99
using Robust.Shared;
1010
using Robust.Shared.Analyzers;
1111
using Robust.Shared.EntitySerialization.Systems;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<GridContainer xmlns="https://spacestation14.io"
2-
Columns="5"
2+
Columns="4"
33
HorizontalAlignment="Center">
44
</GridContainer>

Content.Client/Administration/Components/KillSignComponent.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
using Content.Shared.Administration.Systems;
2+
3+
namespace Content.Client.Administration.Systems;
4+
5+
public sealed class BufferingSystem : SharedBufferingSystem
6+
{
7+
}

Content.Client/Administration/Systems/KillSignSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Numerics;
2-
using Content.Client.Administration.Components;
2+
using Content.Shared.Administration.Components;
33
using Robust.Client.GameObjects;
44
using Robust.Shared.Utility;
55

Content.Client/Administration/UI/CustomControls/AdminLogLabel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public AdminLogLabel(ref SharedAdminLog log, HSeparator separator)
1515
OnVisibilityChanged += VisibilityChanged;
1616
}
1717

18-
public SharedAdminLog Log { get; }
18+
public new SharedAdminLog Log { get; }
1919

2020
public HSeparator Separator { get; }
2121

Content.Client/Bed/BedSystem.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
using Content.Shared.Fluids.Components;
2+
using Content.Shared.Fluids.EntitySystems;
3+
using Robust.Shared.Map;
4+
5+
namespace Content.Client.Fluids;
6+
7+
public sealed class SpraySystem : SharedSpraySystem;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
using Content.Shared.NameIdentifier;
2+
3+
namespace Content.Client.NameIdentifier;
4+
5+
public sealed class NameIdentifierSystem : SharedNameIdentifierSystem;

0 commit comments

Comments
 (0)