Skip to content

Commit

Permalink
Update GenericTest7.cs (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana authored Sep 24, 2024
1 parent 1ea6f2a commit b766364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SplatoonScripts/Tests/GenericTest7.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class GenericTest7 : SplatoonScript
{
public override HashSet<uint>? ValidTerritories { get; }

public override Metadata? Metadata => new(4);
public override Metadata? Metadata => new(5);

public override void OnSettingsDraw()
{
Expand Down

0 comments on commit b766364

Please sign in to comment.