diff --git a/src/ST-Map/Map.cs b/src/ST-Map/Map.cs index 9407d9f..8155bac 100644 --- a/src/ST-Map/Map.cs +++ b/src/ST-Map/Map.cs @@ -68,6 +68,7 @@ internal Map(string Name, TimerDatabase DB) { this.BonusWR[i] = new Dictionary(); this.BonusWR[i][0] = new PersonalBest(); // To-do: Implement styles + this.BonusCompletions[i] = new Dictionary(); } // Gathering zones from the map