Skip to content

Commit

Permalink
fixed random shit from my doing of random shit
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Sep 20, 2024
1 parent 3ad68c5 commit d21bcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Movement/Systems/SharedMoverController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ private bool TryGetSound(
}

// DeltaV - Don't play the sound if they have no shoes and the component
if (NoShoesSilentQuery.TryComp(uid, out var _) &
if (NoShoesSilentQuery.HasComp(uid) &
!_inventory.TryGetSlotEntity(uid, "shoes", out var _))
{
return false;
Expand Down

0 comments on commit d21bcbd

Please sign in to comment.