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