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
ServerEventAppExt::make_independent to let events be triggered without waiting for replication on the same tick.
ConnectedClients (the same name as the old resource that was renamed into ReplicatedClients) with client IDs for all connected clients (but may not be replicated yet).
ServerPlugin::replicate_after_connect to enable replication right after connection (enabled by default, same as old behavior).
Changed
Rename connected_clients into replicated_clients.
Rename ConnectedClients to ReplicatedClients.
Rename ConnectedClient to ReplicatedClient.
Fixed
Emit an error instead of panic on events deserialization on client.