Throttle MagicMirror do_afters (#23867)

Doesn't fix the gross network spam but that's for later.
This commit is contained in:
metalgearsloth
2024-01-11 11:08:42 +11:00
committed by GitHub
parent a35c91fc76
commit 34d2330604
2 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
using Content.Shared.DoAfter;
using Content.Shared.Humanoid;
using Robust.Shared.Audio;
@@ -9,6 +10,9 @@ namespace Content.Server.MagicMirror;
[RegisterComponent]
public sealed partial class MagicMirrorComponent : Component
{
[DataField]
public DoAfterId? DoAfter;
/// <summary>
/// Magic mirror target, used for validating UI messages.
/// </summary>