actually i guess I don't need this lol

This commit is contained in:
Noah Pilarski 2025-02-17 14:16:13 -05:00
parent fadbfafb40
commit 2869544b92

View File

@ -459,8 +459,6 @@ namespace NewHorizons.Handlers
public ITitleScreenBuilder GetRelevantBuilder()
{
if (list.Count <= 1) return list.FirstOrDefault();
return list.LastOrDefault(builder => builder.KnowsFact() && builder.HasCondition());
}
}