Small formatting change.

This commit is contained in:
Paul Speed 2015-12-26 17:51:47 -05:00
parent 0bfabacef6
commit d8d7d061f6

View File

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