Remove unnecessary checks on NotNull attributes

This commit is contained in:
Dean Herbert
2020-02-23 14:30:08 +09:00
parent ffc7eaa3f2
commit 401bf1c928
2 changed files with 3 additions and 8 deletions

View File

@ -125,8 +125,6 @@ namespace osu.Game.Rulesets.Scoring
simulate(nested);
var judgement = obj.CreateJudgement();
if (judgement == null)
return;
var result = CreateResult(obj, judgement);
if (result == null)