mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-06-09 10:06:43 +02:00
[HOTFIX] Fix Barber DoAfter Bug (#44162)
This commit is contained in:
@@ -68,7 +68,7 @@ public sealed partial class MagicMirrorSystem : EntitySystem
|
||||
|
||||
if (ent.Comp.DoAfter.HasValue)
|
||||
{
|
||||
_doAfter.Cancel(target, ent.Comp.DoAfter.Value);
|
||||
_doAfter.Cancel(args.Actor, ent.Comp.DoAfter.Value);
|
||||
ent.Comp.DoAfter = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user