Skip to content

Commit

Permalink
Remove @type from Team json example
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature committed Nov 7, 2024
1 parent 1f27e70 commit 89eae71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/developers/modules/team.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ public class Team {

private JsonObject createTeamMember(Player member) {
JsonObject message = new JsonObject();
message.addProperty("@type", "type.googleapis.com/lunarclient.apollo.team.v1.TeamMember");
message.add("player_uuid", JsonUtil.createUuidObject(member.getUniqueId()));
message.addProperty("adventure_json_player_name", AdventureUtil.toJson(
Component.text()
Expand Down

1 comment on commit 89eae71

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on 89eae71 Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📄 Documentation Deployment

Status:✅ Completed
Environment:preview
URL:https://91cce70c.lunarclient-dev.pages.dev

Please sign in to comment.