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