We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89fe5a commit 63abce1Copy full SHA for 63abce1
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 > 150)
+ if (text.Length < 1 || text.Length > 301)
26
{
27
return true;
28
}
0 commit comments