Skip to content

Commit

Permalink
Переименовал функцию
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Apr 6, 2024
1 parent 4b9cf9c commit b411117
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ private void OnMagGravity(EntityUid uid, LevitationActComponent component, CompG

args.Handled = true;

ToggleMagboots(uid, component);
ToggleLevitation(uid, component);
}
private void ToggleMagboots(EntityUid uid, LevitationActComponent component)
private void ToggleLevitation(EntityUid uid, LevitationActComponent component)
{
component.Active = !component.Active;
if (TryComp(uid, out MovedByPressureComponent? movedByPressure))
Expand Down

0 comments on commit b411117

Please sign in to comment.