Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Update cs2-jointeamfix.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LaplaceTor committed Jun 18, 2024
1 parent c6d2ba5 commit 9f4085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs2-jointeamfix/cs2-jointeamfix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class JoinTeamFix : BasePlugin
{
public override string ModuleName => "cs2-jointeamfix";
public override string ModuleAuthor => "Lapl";
public override string ModuleVersion => "4.0";
public override string ModuleVersion => "5.1";
private string[] TeamValue = new string[3];
private List<string[]> TeamHistory = new();
private List<CBaseEntity> spawnentityct = new();
Expand Down

0 comments on commit 9f4085d

Please sign in to comment.