Browse Source

Change `ConnectionService` to be auto-started

To avoid launching `ConnectionService` all the time -
only do so when it is needed by someone
new
Anton Tarasenko 4 years ago
parent
commit
b954c718aa
  1. 1
      sources/Services/Connection/ConnectionEvents.uc

1
sources/Services/Connection/ConnectionEvents.uc

@ -48,4 +48,5 @@ static function CallPlayerDisconnected(ConnectionService.Connection connection)
defaultproperties
{
relatedListener = class'ConnectionListenerBase'
connectedServiceClass = class'ConnectionService'
}