Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerfs committed Mar 17, 2024
1 parent 1d8e87b commit 379d611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Features/EndOfMapVote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public EndOfMapVote(TimeLimitManager timeLimit, MaxRoundsManager maxRounds, Plug

bool CheckMaxRounds()
{
Server.PrintToChatAll($"Remaining rounds {_maxRounds.RemainingRounds}, remaining wins: {_maxRounds.RemainingWins}, triggerBefore {_config.TriggerRoundsBeforEnd}");
//Server.PrintToChatAll($"Remaining rounds {_maxRounds.RemainingRounds}, remaining wins: {_maxRounds.RemainingWins}, triggerBefore {_config.TriggerRoundsBeforEnd}");
if (_maxRounds.UnlimitedRounds)
return false;

Expand Down
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void ConfigureServices(IServiceCollection serviceCollection)
public partial class Plugin : BasePlugin, IPluginConfig<Config>
{
public override string ModuleName => "RockTheVote";
public override string ModuleVersion => "1.8.3";
public override string ModuleVersion => "1.8.4";
public override string ModuleAuthor => "abnerfs";
public override string ModuleDescription => "https://github.com/abnerfs/cs2-rockthevote";

Expand Down

0 comments on commit 379d611

Please sign in to comment.