Skip to content

Commit 63abce1

Browse files
committed
One last adjustment
1 parent d89fe5a commit 63abce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TownOfUs/Patches/Modifiers/LoverChatPatches.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static bool SendChatPatch(ChatController __instance)
2222

2323
var text = __instance.freeChatField.Text.WithoutRichText();
2424

25-
if (text.Length < 1 || text.Length > 150)
25+
if (text.Length < 1 || text.Length > 301)
2626
{
2727
return true;
2828
}

0 commit comments

Comments
 (0)