Browse Source

Change `ConnectionService` to add it's listeners

new
Anton Tarasenko 4 years ago
parent
commit
b6e75a44b0
  1. 1
      sources/Services/Connection/ConnectionService.uc

1
sources/Services/Connection/ConnectionService.uc

@ -139,4 +139,5 @@ event Tick(float delta)
defaultproperties
{
events = class'ConnectionEvents'
requiredListeners(0) = class'MutatorListener_Connection'
}