Skip to content

Commit e74d340

Browse files
authored
updated README.md
1 parent 3322204 commit e74d340

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 or all clients, you can simply call server.disconnectAllClients.

0 commit comments

Comments
 (0)