Skip to content

Commit

Permalink
Revert "Add No EORG popup on round end" (#131)
Browse files Browse the repository at this point in the history
* Revert "Add No EORG popup on round end"

* Remove EORG popup CVar
  • Loading branch information
FluffMe authored Oct 24, 2024
1 parent 5fd6052 commit 60a963c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 210 deletions.
85 changes: 0 additions & 85 deletions Content.Client/_Harmony/RoundEnd/RoundEndNoEorgUIController.cs

This file was deleted.

111 changes: 0 additions & 111 deletions Content.Client/_Harmony/RoundEnd/RoundEndNoEorgWindow.cs

This file was deleted.

6 changes: 0 additions & 6 deletions Content.Shared/_Harmony/CCVars/HCCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ namespace Content.Shared._Harmony.CCVars;
[CVarDefs]
public sealed class HCCVars
{
/// <summary>
/// Boolean to define if the round end no EORG message should be skipped.
/// </summary>
public static readonly CVarDef<bool> SkipRoundEndNoEorgMessage =
CVarDef.Create("harmony.skip_roundend_noeorg", false, CVar.CLIENTONLY | CVar.ARCHIVE, "Toggles displaying of No EORG reminder.");

/// <summary>
/// Anti-EORG measure. Will add pacified to all players upon round end.
/// Its not perfect, but gets the job done.
Expand Down

This file was deleted.

0 comments on commit 60a963c

Please sign in to comment.