We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5ab7a commit d89fe5aCopy full SHA for d89fe5a
TownOfUs/Patches/Modifiers/LoverChatPatches.cs
@@ -22,7 +22,7 @@ public static bool SendChatPatch(ChatController __instance)
22
23
var text = __instance.freeChatField.Text.WithoutRichText();
24
25
- if (text.Length < 1 || text.Length > 100)
+ if (text.Length < 1 || text.Length > 150)
26
{
27
return true;
28
}
0 commit comments