Skip to content

Commit b7da07d

Browse files
committed
typo
1 parent 874fd14 commit b7da07d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/server/labymod/features/indicator-visibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ player.updateLabyModUserIndicatorVisibility(false);
2020
// Get the LabyModProtocol
2121
LabyModProtocol labyModProtocol = LabyModProtocolService.get().labyModProtocol();
2222

23-
// Sent the packet
23+
// Send the packet
2424
labyModProtocol.sendPacket(uniqueId, new UpdateLabyModUserIndicatorVisibilityPacket(false));
2525
```

docs/pages/server/labymod/features/user-badge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ServerBadge developer = ServerBadge.create(
5353
"https://example.com/image_developer.png" // The URL of the badge image
5454
);
5555

56-
// Sent the packet
56+
// Send the packet
5757
labyModProtocol.sendPacket(uniqueId, new ServerBadgePacket(owner, developer));
5858
```
5959

@@ -97,6 +97,6 @@ ServerUserBadge serverUserBadge = ServerUserBadge.create(
9797
1 // The ID of the badge
9898
);
9999

100-
// Sent the packets
100+
// Send the packets
101101
labyModProtocol.sendPacket(uniqueId, new ServerUserBadgePacket(serverUserBadge));
102102
```

0 commit comments

Comments
 (0)