From 92e25524401f0d6c159698e4ce23517c875a6e81 Mon Sep 17 00:00:00 2001 From: PrPleGoo Date: Wed, 8 Apr 2020 22:40:29 +0200 Subject: [PATCH] ree travis --- Content.Shared/EntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/EntryPoint.cs b/Content.Shared/EntryPoint.cs index a9df20ff2a..0ada486216 100644 --- a/Content.Shared/EntryPoint.cs +++ b/Content.Shared/EntryPoint.cs @@ -17,7 +17,7 @@ public override void Init() { - IoCManager.InjectDependencies(this); + IoCManager.InjectDepe ndencies(this); } public override void PostInit()