Fix welder interaction (#14704)

This commit is contained in:
08A
2023-03-23 18:08:46 +01:00
committed by GitHub
parent f919361ed5
commit 4290577d5d
4 changed files with 8 additions and 11 deletions

View File

@@ -65,6 +65,7 @@ namespace Content.Shared.Tools.Components
public ToolUseFinishAttemptEvent(float fuel, EntityUid user)
{
User = user;
Fuel = fuel;
}
}