Small formatting change.

experimental
Paul Speed 9 years ago
parent 0bfabacef6
commit d8d7d061f6
  1. 2
      jme3-networking/src/main/java/com/jme3/network/service/serializer/ServerSerializerRegistrationsService.java

@ -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);
}

Loading…
Cancel
Save