Skip to content

Commit

Permalink
important comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Plykiya committed Sep 21, 2024
1 parent c56412f commit 8f34e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private bool TryStartButcherDoafter(EntityUid knife, EntityUid target, EntityUid
{
BreakOnDamage = true,
BreakOnMove = true,
NeedHand = needHand
NeedHand = needHand,
};
_doAfterSystem.TryStartDoAfter(doAfter);
return true;
Expand Down

0 comments on commit 8f34e06

Please sign in to comment.