From b954c718aa56b3fd332c0a68371d590c00da9eb5 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Sat, 18 Jul 2020 02:25:02 +0700 Subject: [PATCH] Change `ConnectionService` to be auto-started To avoid launching `ConnectionService` all the time - only do so when it is needed by someone --- sources/Services/Connection/ConnectionEvents.uc | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/Services/Connection/ConnectionEvents.uc b/sources/Services/Connection/ConnectionEvents.uc index 8b204d3..aad9d42 100644 --- a/sources/Services/Connection/ConnectionEvents.uc +++ b/sources/Services/Connection/ConnectionEvents.uc @@ -48,4 +48,5 @@ static function CallPlayerDisconnected(ConnectionService.Connection connection) defaultproperties { relatedListener = class'ConnectionListenerBase' + connectedServiceClass = class'ConnectionService' } \ No newline at end of file