|
|
@ -65,7 +65,7 @@ public class ServerSerializerRegistrationsService extends AbstractHostedService |
|
|
|
public void connectionAdded(Server server, HostedConnection hc) { |
|
|
|
public void connectionAdded(Server server, HostedConnection hc) { |
|
|
|
// Just in case
|
|
|
|
// Just in case
|
|
|
|
super.connectionAdded(server, hc); |
|
|
|
super.connectionAdded(server, hc); |
|
|
|
|
|
|
|
|
|
|
|
// Send the client the registration information
|
|
|
|
// Send the client the registration information
|
|
|
|
hc.send(SerializerRegistrationsMessage.INSTANCE); |
|
|
|
hc.send(SerializerRegistrationsMessage.INSTANCE); |
|
|
|
} |
|
|
|
} |
|
|
|