File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cloudnet/src/main/java/de/dytanic/cloudnet Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,11 +281,11 @@ public synchronized void start() throws Exception {
281281 this .config .getClientSslConfig ().isEnabled () ? this .config .getClientSslConfig ().toSslConfiguration () : null
282282 );
283283 this .networkServer = new NettyNetworkServer (
284- this .config .getClientSslConfig ().isEnabled () ? this .config .getServerSslConfig ().toSslConfiguration () : null ,
284+ this .config .getServerSslConfig ().isEnabled () ? this .config .getServerSslConfig ().toSslConfiguration () : null ,
285285 NetworkServerChannelHandlerImpl ::new
286286 );
287287 this .httpServer = new NettyHttpServer (
288- this .config .getClientSslConfig ().isEnabled () ? this .config .getWebSslConfig ().toSslConfiguration () : null );
288+ this .config .getWebSslConfig ().isEnabled () ? this .config .getWebSslConfig ().toSslConfiguration () : null );
289289
290290 this .initPacketRegistryListeners ();
291291 this .clusterNodeServerProvider .setClusterServers (this .config .getClusterConfig ());
You can’t perform that action at this time.
0 commit comments