Node serialization change (#1497)
* NodeContainerComponent serializes a set of Nodes with ExposeData * Fixes Nodes to work when being created by serializer * ConduitNode * ConduitPlacer to replace WirePlacer * ConduitNode ConduitLayer setter * Map update * Comments * Map update again * Method ordering by privacy * Removes conduits * ignored component * reorg * map update * readd wireplacer Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -61,7 +61,6 @@ namespace Content.Server
|
||||
|
||||
IoCManager.Resolve<IServerPreferencesManager>().StartInit();
|
||||
IoCManager.Resolve<INodeGroupFactory>().Initialize();
|
||||
IoCManager.Resolve<INodeFactory>().Initialize();
|
||||
IoCManager.Resolve<ISandboxManager>().Initialize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user