We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e8dee commit e4eece4Copy full SHA for e4eece4
src/main/java/org/maxgamer/quickshop/util/TextSplitter.java
@@ -42,7 +42,7 @@ public static String bakeComponent(BaseComponent[] components) {
42
@SneakyThrows
43
public static SpilledString deBakeItem(String src) {
44
if (!src.contains(HEADER)) {
45
- Util.debugLog(src + " seems not a baked message");
+ // Util.debugLog(src + " seems not a baked message");
46
return null;
47
}
48
String base64 = StringUtils.substringBetween(src, HEADER, FOOTER);
0 commit comments