Arrays not dropping data between play sessions?

Here is a picture of my strings printing to screen. As you can see, my Object Array is keeping past play session data. Every time I hit play and the map generates, those numbers increment by the amount of relevant tiles generated in the map.

Each time I play, 200 tiles are generated so for it to hit 900 on water means it has to be storing them between play sessions.

Right now, my Vector Field Array is not keeping data between play sessions but my Object Array is.