Wires are now actually hidden by floor tiles. (#181)

This commit is contained in:
Pieter-Jan Briers
2019-04-04 15:09:06 +02:00
committed by GitHub
parent 3b0ec7f695
commit 9f3f09871e
10 changed files with 192 additions and 3 deletions

View File

@@ -140,6 +140,9 @@ namespace Content.Server
factory.Register<CameraRecoilComponent>();
factory.RegisterReference<CameraRecoilComponent, SharedCameraRecoilComponent>();
factory.RegisterIgnore("IconSmooth");
factory.RegisterIgnore("SubFloorHide");
IoCManager.Register<ISharedNotifyManager, ServerNotifyManager>();
IoCManager.Register<IServerNotifyManager, ServerNotifyManager>();
IoCManager.Register<IGameTicker, GameTicker>();