Quote from: mospidatru on November 08, 2018, 05:26:05 PMQuote from: FrostyB on November 08, 2018, 05:43:47 AMMaxZiCode, this happen when on map has dead mechanoid.
Root level exception in OnGUI(): System.NullReferenceException: Object reference not set to an instance of an object
at ZiTools.ObjectSeeker_Data.FindAllThings () <0x003f1>
FindAllThings()->Code Selectif (FillData<Corpse>(location, label, CategoryOfObjects.Corpses, currentThing))
{
CompRottable comp = ((Corpse)currentThing).GetComp<CompRottable>();
comp = null
So if i get rid of the dead mechanoids it should work again?
You just saved my day there
it worked

