simplyWiri / Loadout-Compositing

GNU Lesser General Public License v3.0
12 stars 8 forks source link

Null reference when checking food need of pawns that lack that need #84

Open Inglix opened 5 months ago

Inglix commented 5 months ago

This check for a pawn's food need can result in null reference if the pawn doesn't have a food need.

https://github.com/simplyWiri/Loadout-Compositing/blob/92afafc95e5dca13e3fa036e344878650e47a436/Source/AI/ThinkNode_LoadoutRealisation.cs#L41