hytopia 0.6.19 → 0.6.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## PlayerEventPayloads."PLAYER.RECONNECTED\_WORLD" property
6
6
 
7
- Emitted when a player reconnects to a world after a disconnect.
7
+ Emitted when a player reconnects to a world after a unintentional disconnect.
8
8
 
9
9
  **Signature:**
10
10
 
@@ -107,7 +107,7 @@ Emitted when a player leaves a world.
107
107
 
108
108
  </td><td>
109
109
 
110
- Emitted when a player reconnects to a world after a disconnect.
110
+ Emitted when a player reconnects to a world after a unintentional disconnect.
111
111
 
112
112
 
113
113
  </td></tr>
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## PlayerManagerEventPayloads."PLAYER\_MANAGER.PLAYER\_DISCONNECTED" property
6
6
 
7
- Emitted when a player disconnects from the server.
7
+ Emitted when a player disconnects from the server for any reason (lost connection, kick, world switch, etc).
8
8
 
9
9
  **Signature:**
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## PlayerManagerEventPayloads."PLAYER\_MANAGER.PLAYER\_RECONNECTED" property
6
6
 
7
- Emitted when a player reconnects to the server.
7
+ Emitted when a player reconnects to the server for any reason (reconnection, world switch, etc).
8
8
 
9
9
  **Signature:**
10
10
 
@@ -69,7 +69,7 @@ Emitted when a player connects to the server.
69
69
 
70
70
  </td><td>
71
71
 
72
- Emitted when a player disconnects from the server.
72
+ Emitted when a player disconnects from the server for any reason (lost connection, kick, world switch, etc).
73
73
 
74
74
 
75
75
  </td></tr>
@@ -88,7 +88,7 @@ Emitted when a player disconnects from the server.
88
88
 
89
89
  </td><td>
90
90
 
91
- Emitted when a player reconnects to the server.
91
+ Emitted when a player reconnects to the server for any reason (reconnection, world switch, etc).
92
92
 
93
93
 
94
94
  </td></tr>