diff --git a/MCGalaxy/Commands/Fun/CmdTeam.cs b/MCGalaxy/Commands/Fun/CmdTeam.cs index 114b84b77..9e5e41f70 100644 --- a/MCGalaxy/Commands/Fun/CmdTeam.cs +++ b/MCGalaxy/Commands/Fun/CmdTeam.cs @@ -140,6 +140,7 @@ namespace MCGalaxy.Commands.Fun { team.Members.Add(p.name); team.Action(p, "joined the team."); p.Game.Team = team; + p.Game.TeamInvite = null; p.SetPrefix(); Team.SaveList(); }