Closed PapaCharlie9 closed 11 years ago
Using:
players.Add(pair.Key, pair.Value);
Should be changed to:
players[pair.Key] = pair.Value;
to allow overrides.
Using:
Should be changed to:
to allow overrides.