That method doesn't work. List is an array. Also if I don't make it static then each time I make a new instance of the file it doesn't save the list, it creates an entire new list.
This is why I have a static list.
for (int i = Player.Players.Count - 1; i ...