Skip to content

Commit

Permalink
add eula
Browse files Browse the repository at this point in the history
  • Loading branch information
Werzet committed Dec 16, 2024
1 parent a89044c commit ed1af4d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Content.Client/SS220/Discord/DiscordLinkRequiredState.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt
using System.Threading;
using Content.Client.SS220.UserInterface.DiscordLink;
using Content.Shared.SS220.Discord;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt -->
<Control xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:parallax="clr-namespace:Content.Client.Parallax"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt
using Content.Client.SS220.Discord;
using Robust.Client.Console;
using Robust.Client.UserInterface;
Expand Down
2 changes: 0 additions & 2 deletions Content.Server/Corvax/JoinQueue/JoinQueueManager.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Linq;
using Content.Server.Connection;
using Content.Server.Corvax.DiscordAuth;
using Content.Server.SS220.Discord;
using Content.Shared.CCVar;
using Content.Shared.Corvax.CCCVars;
using Content.Shared.Corvax.JoinQueue;
Expand Down Expand Up @@ -42,7 +41,6 @@ public sealed class JoinQueueManager
[Dependency] private readonly IConfigurationManager _cfg = default!;
[Dependency] private readonly IServerNetManager _netManager = default!;
[Dependency] private readonly DiscordAuthManager _discordAuthManager = default!;
[Dependency] private readonly DiscordPlayerManager _discordPlayerManager = default!;

/// <summary>
/// Queue of active player sessions
Expand Down
1 change: 1 addition & 0 deletions Content.Shared/SS220/Discord/MsgByPassDiscordCheck.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt
using Lidgren.Network;
using Robust.Shared.Network;
using Robust.Shared.Serialization;
Expand Down
1 change: 1 addition & 0 deletions Content.Shared/SS220/Discord/MsgDiscordLinkRequired.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt
using Lidgren.Network;
using Robust.Shared.Network;
using Robust.Shared.Serialization;
Expand Down
1 change: 1 addition & 0 deletions Content.Shared/SS220/Discord/MsgRecheckDiscordLink.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt
using Lidgren.Network;
using Robust.Shared.Network;
using Robust.Shared.Serialization;
Expand Down

0 comments on commit ed1af4d

Please sign in to comment.