Skip to content

Commit

Permalink
aaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Prown0 committed Dec 21, 2024
1 parent 34e9e63 commit 5571945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 302/Assets/Scripts/AnomalyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

public class AnomalyManager : AbstractStageObserver
{
private HashSet<int> ANOMALIES_NOT_YET = new HashSet<int> { 4, 5, 7, 9 };
private HashSet<int> ANOMALIES_NOT_YET = new HashSet<int> { 4, 5, 7 };

/**********
* fields *
Expand Down

0 comments on commit 5571945

Please sign in to comment.