From 0e51d98c857b220c86135f475b73264fa7df7170 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 17 Jan 2019 20:53:14 +0100 Subject: [PATCH] Fix PowerCell component not being ignored --- Content.Client/EntryPoint.cs | 2 ++ engine | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index 6f32bed99d..fb31055193 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -92,6 +92,8 @@ namespace Content.Client prototypes.RegisterIgnore("material"); + factory.RegisterIgnore("PowerCell"); + IoCManager.Register(); IoCManager.Register(); IoCManager.Register(); diff --git a/engine b/engine index 4d9a243685..6873ad70f4 160000 --- a/engine +++ b/engine @@ -1 +1 @@ -Subproject commit 4d9a24368561e2e26c12cc1bb7fad7f543818d98 +Subproject commit 6873ad70f4bcd0c168c4717ec2f51fa9b547b0d7