Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Ещё фикс ошибок
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 committed Jul 14, 2024
1 parent 7380543 commit cc13d83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public PanicBunkerTab()
MinOverallMinutes.OnTextEntered += args => SendMinOverallMinutes(args.Text);
MinOverallMinutes.OnFocusExit += args => SendMinOverallMinutes(args.Text);
_minOverallMinutes = MinOverallMinutes.Text;
<<<<<<< HEAD

// Corvax-VPNGuard-Start
var haveSecrets = IoCManager.Instance!.TryResolveType<ISharedSponsorsManager>(out _); // TODO: Probably need better way to detect Secrets module
if (haveSecrets)
Expand All @@ -38,8 +38,7 @@ public PanicBunkerTab()
DenyVPN.OnPressed += _ => SendDenyVpn(DenyVPN.Pressed);
}
// Corvax-VPNGuard-End
=======
>>>>>>> 6a78497d1aaf949d64f9a9ab519e2c2c309d92fa

}

private void SendMinAccountAge(string text)
Expand Down Expand Up @@ -92,9 +91,6 @@ public void UpdateStatus(PanicBunkerStatus status)

MinOverallMinutes.Text = status.MinOverallMinutes.ToString();
_minOverallMinutes = MinOverallMinutes.Text;
<<<<<<< HEAD
DenyVPN.Pressed = status.DenyVpn; // Corvax-VPNGuard
=======
>>>>>>> 6a78497d1aaf949d64f9a9ab519e2c2c309d92fa
}
}
2 changes: 2 additions & 0 deletions Content.Server/Connection/ConnectionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
using Content.Server.Database;
using Content.Server.GameTicking;
using Content.Server.Preferences.Managers;
using Content.Shared.GameTicking;
using Content.Shared.CCVar;
using Content.Shared.Corvax.CCCVars;
using Content.Shared.Players.PlayTimeTracking;
using Robust.Server.Player;
using Robust.Shared.Configuration;
using Robust.Shared.Enums;
using Robust.Shared.Network;
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 220 files

0 comments on commit cc13d83

Please sign in to comment.