Skip to content

Commit

Permalink
Merge pull request #9 from InvalidArgument3/the-big-one
Browse files Browse the repository at this point in the history
found it. I hate the antichrist
  • Loading branch information
InvalidArgument3 authored Jan 29, 2024
2 parents 666feb9 + 38f0a25 commit 3754fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Scripts/DefenseShields/API/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal class ShieldApi

private Action<long> _addAtacker;

private const long Channel = 3149625043;
private const long Channel = 1365616918;

public bool IsReady { get; private set; }
public bool Compromised { get; private set; }
Expand Down
2 changes: 1 addition & 1 deletion Data/Scripts/DefenseShields/API/ApiServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace DefenseShields

public class ApiServer
{
private const long Channel = 3149625043;
private const long Channel = 1365616918;

/// <summary>
/// Is the API ready to be serve
Expand Down

0 comments on commit 3754fda

Please sign in to comment.