Fix PowerCell component not being ignored

This commit is contained in:
Pieter-Jan Briers
2019-01-17 20:53:14 +01:00
parent 7ca90d11b3
commit 0e51d98c85
2 changed files with 3 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ namespace Content.Client
prototypes.RegisterIgnore("material");
factory.RegisterIgnore("PowerCell");
IoCManager.Register<IClientNotifyManager, ClientNotifyManager>();
IoCManager.Register<ISharedNotifyManager, ClientNotifyManager>();
IoCManager.Register<IClientGameTicker, ClientGameTicker>();

2
engine

Submodule engine updated: 4d9a243685...6873ad70f4