Skip to content

Commit 97be9b9

Browse files
authored
updated README.md
1 parent 5b8e06e commit 97be9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ public class ReturnTimePacket extends Packet {
152152
}
153153
```
154154

155-
When you want to send a packet to all clients, you can simply use the method server.sendToAllClients. Or if you want to disconnecta single client server.disconnectClient(final UUID uuid) or all clients, you can simply call server.disconnectAllClients.
155+
When you want to send a packet to all clients, you can simply use the method server.sendToAllClients. Or if you want to disconnect a single client server.disconnectClient(final UUID uuid) or all clients, you can simply call server.disconnectAllClients.

0 commit comments

Comments
 (0)