Disable artifact spam on roundend (#21970)
* Disable artifact spam on roundend I think part of the issue was the enormous amount of logspam but at any rate this turns it off. * Also this * And these
This commit is contained in:
@@ -10,10 +10,6 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts;
|
||||
|
||||
public sealed partial class ArtifactSystem
|
||||
{
|
||||
[Dependency] private readonly IPrototypeManager _prototype = default!;
|
||||
[Dependency] private readonly IComponentFactory _componentFactory = default!;
|
||||
[Dependency] private readonly ISerializationManager _serialization = default!;
|
||||
|
||||
private const int MaxEdgesPerNode = 4;
|
||||
|
||||
private readonly HashSet<int> _usedNodeIds = new();
|
||||
|
||||
Reference in New Issue
Block a user