fix clone appearance (#37130)

This commit is contained in:
slarticodefast
2025-05-03 03:26:12 +02:00
committed by GitHub
parent 4ba8945c5b
commit 5d26a38a1d
3 changed files with 8 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ public sealed class IdentitySystem : SharedIdentitySystem
/// <summary>
/// Queues an identity update to the start of the next tick.
/// </summary>
public void QueueIdentityUpdate(EntityUid uid)
public override void QueueIdentityUpdate(EntityUid uid)
{
_queuedIdentityUpdates.Add(uid);
}