mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 14:29:05 -07:00
*** empty log message ***
This commit is contained in:
parent
1d6253cc3d
commit
e310eade3b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ host. No event is generated.
|
|||
i.e.
|
||||
ENetEvent event;
|
||||
|
||||
enet_peer_disconnect (& client -> peers [0]);
|
||||
enet_peer_disconnect (& client -> peers [0], 0);
|
||||
|
||||
/* Allow up to 3 seconds for the disconnect to succeed
|
||||
* and drop any packets received packets.
|
||||
|
|
Loading…
Reference in a new issue