From a507a06916e803f770fd6971e6c22022977c4d54 Mon Sep 17 00:00:00 2001 From: PrPleGoo Date: Wed, 8 Apr 2020 22:40:43 +0200 Subject: [PATCH] fix compile error --- 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 0ada486216..a9df20ff2a 100644 --- a/Content.Shared/EntryPoint.cs +++ b/Content.Shared/EntryPoint.cs @@ -17,7 +17,7 @@ public override void Init() { - IoCManager.InjectDepe ndencies(this); + IoCManager.InjectDependencies(this); } public override void PostInit()