Change ConnectionService to be auto-started

To avoid launching `ConnectionService` all the time -
only do so when it is needed by someone
This commit is contained in:
Anton Tarasenko 2020-07-18 02:25:02 +07:00
parent 6125289040
commit b954c718aa

View File

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