Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Jan 14, 2025
1 parent 3b24311 commit 90b73f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/Shuttles/Systems/ShuttleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public sealed partial class ShuttleSystem : SharedShuttleSystem
[Dependency] private readonly ThrusterSystem _thruster = default!;
[Dependency] private readonly UserInterfaceSystem _uiSystem = default!;
[Dependency] private readonly IAdminLogManager _logger = default!;
[Dependency] private readonly SharedMapSystem _mapSystem = default!;

public const float TileMassMultiplier = 0.5f;

Expand Down

0 comments on commit 90b73f4

Please sign in to comment.