diff --git a/Common/MasterManager.cs b/Common/MasterManager.cs index e1ff026..f76968d 100644 --- a/Common/MasterManager.cs +++ b/Common/MasterManager.cs @@ -4,7 +4,7 @@ public static class MasterManager { public static IReadOnlyList RareReplyRateTable => new List { - 0.01f, 0.02f, 0.03f, 0.04f, 0.05f, 0.06f, 0.07f, 0.08f, 0.09f, 0.10f, + 0.01f, 0.02f, 0.03f, 0.04f, 0.05f, 0.06f, 0.07f, 0.08f, }; public static float ReplyMaxDelay => 2f; diff --git a/Folder.DotSettings b/Folder.DotSettings index b6ca8b0..b05fe1c 100644 --- a/Folder.DotSettings +++ b/Folder.DotSettings @@ -1,5 +1,3 @@ - + + True True \ No newline at end of file