Improves examine code
Examining now has larger range. Ghosts have no range limit. Fixed some messy code and some bad netcode.
This commit is contained in:
@@ -195,6 +195,8 @@ namespace Content.Server
|
||||
|
||||
factory.Register<CombatModeComponent>();
|
||||
|
||||
factory.Register<ExaminerComponent>();
|
||||
|
||||
IoCManager.Register<ISharedNotifyManager, ServerNotifyManager>();
|
||||
IoCManager.Register<IServerNotifyManager, ServerNotifyManager>();
|
||||
IoCManager.Register<IGameTicker, GameTicker>();
|
||||
|
||||
Reference in New Issue
Block a user