From b6e75a44b019a5074e4ad38b38386204c238d277 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Sat, 18 Jul 2020 02:34:11 +0700 Subject: [PATCH] Change `ConnectionService` to add it's listeners --- sources/Services/Connection/ConnectionService.uc | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/Services/Connection/ConnectionService.uc b/sources/Services/Connection/ConnectionService.uc index 89375fa..bc128cb 100644 --- a/sources/Services/Connection/ConnectionService.uc +++ b/sources/Services/Connection/ConnectionService.uc @@ -139,4 +139,5 @@ event Tick(float delta) defaultproperties { events = class'ConnectionEvents' + requiredListeners(0) = class'MutatorListener_Connection' } \ No newline at end of file