When a player connects to a server, the config file of the client may be different from that of the server. To avoid undesired behaviours I have to synchronise the client configuration values with the server ones and reset client variables with them. What is the best way to do it? Should i send a custom packet to client with server values in ServerConnectionFromClientEvent?