Code formatting fix

This commit is contained in:
OpenSauce04 2023-02-27 13:58:40 +00:00
parent 12b983495c
commit dd9194b976
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ private bool checkCorrectAction(TaikoAction action)
// If next hit object is strong, allow usage of all actions. Strong drumrolls are ignored in this check.
if (playfield.HitObjectContainer.AliveObjects.FirstOrDefault(h => h.Result?.HasResult != true)?.HitObject is TaikoStrongableHitObject hitObject
&& hitObject.IsStrong
&& hitObject as DrumRoll == null)
&& hitObject.IsStrong
&& hitObject as DrumRoll == null)
return true;
if (CheckValidNewAction(action))