Skip to content

Commit 5b8e06e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2f5acfc + 521bf2a commit 5b8e06e

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 disconnect 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 disconnecta single client server.disconnectClient(final UUID uuid) or all clients, you can simply call server.disconnectAllClients.

0 commit comments

Comments
 (0)