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:
parent
6125289040
commit
b954c718aa
1 changed files with 1 additions and 0 deletions
|
|
@ -48,4 +48,5 @@ static function CallPlayerDisconnected(ConnectionService.Connection connection)
|
|||
defaultproperties
|
||||
{
|
||||
relatedListener = class'ConnectionListenerBase'
|
||||
connectedServiceClass = class'ConnectionService'
|
||||
}
|
||||
Reference in a new issue