Skip to content

Commit

Permalink
Update default AT max to 3 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Dec 20, 2022
1 parent d711cea commit 0637298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/RandomizerTMF.Logic/RandomizerRules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class RandomizerRules
{
Site = ESite.TMNF,
PrimaryType = EPrimaryType.Race,
AuthorTimeMax = TimeInt32.FromMinutes(2)
AuthorTimeMax = TimeInt32.FromMinutes(3)
};
}

0 comments on commit 0637298

Please sign in to comment.