diff --git a/RetakesPlugin/RetakesPlugin.cs b/RetakesPlugin/RetakesPlugin.cs index 9231775..6748d48 100644 --- a/RetakesPlugin/RetakesPlugin.cs +++ b/RetakesPlugin/RetakesPlugin.cs @@ -20,7 +20,7 @@ namespace RetakesPlugin; [MinimumApiVersion(220)] public class RetakesPlugin : BasePlugin { - private const string Version = "2.0.6.1"; + private const string Version = "2.0.7"; #region Plugin info public override string ModuleName => "Retakes Plugin"; @@ -510,10 +510,6 @@ public HookResult OnPlayerConnectFull(EventPlayerConnectFull @event, GameEventIn } // TODO: We can make use of sv_human_autojoin_team 3 to prevent needing to do this. - - //This was commented out as it causes the player to be able to join as spectator stay playing with xray until he's killed. - //Players that use this bug are not seen by other players. To fix this, we force the player to join as spectator by default - //player.TeamNum = (int)CsTeam.Spectator; player.ForceTeamTime = 3600.0f; // Create a timer to do this as it would occasionally fire too early.