Skip to content

Commit

Permalink
100%になってたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
2RiniaR committed Jan 13, 2024
1 parent 1098545 commit 1ad10b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/MasterManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public static class MasterManager
{
public static float ReplyRate => 1f;
public static float ReplyRate => 0.05f;
public static float ReplyMaxDelay => 2f;
public static float TypingMaxDelay => 1f;

Expand Down

0 comments on commit 1ad10b9

Please sign in to comment.