Fix indentation

This commit is contained in:
ShadowCommander
2021-08-10 15:39:24 -07:00
parent 730c137778
commit e9f358f56b

View File

@@ -365,7 +365,8 @@ namespace Content.Server.Kitchen.Components
} }
} }
SoundSystem.Play(Filter.Pvs(Owner), _cookingCompleteSound.GetSound(), Owner, AudioParams.Default.WithVolume(-1f)); SoundSystem.Play(Filter.Pvs(Owner), _cookingCompleteSound.GetSound(), Owner,
AudioParams.Default.WithVolume(-1f));
SetAppearance(MicrowaveVisualState.Idle); SetAppearance(MicrowaveVisualState.Idle);
_busy = false; _busy = false;