fix: cool

This commit is contained in:
ChomeNS
2024-11-11 20:34:10 +07:00
parent 28012c1194
commit 4b2b1e9e1a

View File

@@ -280,6 +280,8 @@ public class ComponentUtilities {
int i = 0;
while (matcher.find()) {
if (i > 300) break;
if (matcher.group().equals("%%")) {
matcher.appendReplacement(sb, "%");
} else {