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
@ -48,4 +48,5 @@ static function CallPlayerDisconnected(ConnectionService.Connection connection)
|
|||||||
defaultproperties
|
defaultproperties
|
||||||
{
|
{
|
||||||
relatedListener = class'ConnectionListenerBase'
|
relatedListener = class'ConnectionListenerBase'
|
||||||
|
connectedServiceClass = class'ConnectionService'
|
||||||
}
|
}
|
Reference in New Issue
Block a user