Skip to content

Commit

Permalink
My IDE reformatted this :husk:
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jan 17, 2024
1 parent d9b3512 commit 6419e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Hands/Systems/HandsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private bool HandleThrowItem(ICommonSession? playerSession, EntityCoordinates co
if (playerSession == null)
return false;

if (playerSession.AttachedEntity is not { Valid: true } player ||
if (playerSession.AttachedEntity is not {Valid: true} player ||
!Exists(player) ||
ContainerSystem.IsEntityInContainer(player) ||
!TryComp(player, out HandsComponent? hands) ||
Expand Down

0 comments on commit 6419e63

Please sign in to comment.