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:
metalgearsloth
2023-11-29 14:39:16 +11:00
committed by GitHub
parent 0ded865ee7
commit 783879921b
3 changed files with 9 additions and 38 deletions

View File

@@ -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();