"FOR" loop ignored by the code when using a MAP with array as value.

My “for” loop is being ignored when i use a MAP that has a array in the value.
Not a clue why…

var Players_com_revives: [player]int = map{}

Anyone know why? I don’t have any error returned.