Skip to content

Commit

Permalink
Update region name
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 11, 2024
1 parent 3852e66 commit b8b69ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ public class RetakesPlugin : BasePlugin

#region Helpers
private Translator _translator;
private GameManager? _gameManager;
#endregion

#region Configs
private MapConfig? _mapConfig;
private RetakesConfig? _retakesConfig;
#endregion

#region Configs
#region State
private Bombsite _currentBombsite = Bombsite.A;
private GameManager? _gameManager;
private CCSPlayerController? _planter;
private bool _isBombPlanted;
private CsTeam _lastRoundWinner;
Expand Down

0 comments on commit b8b69ff

Please sign in to comment.