populating a map of vector3's stops my map from starting.

ive since changed the map ([vector3]int) to a tuple (tuple(vector3, int)) and the map runs fine. not sure if that helps at all