You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,4 +152,4 @@ public class ReturnTimePacket extends Packet {
152
152
}
153
153
```
154
154
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.
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