This commit is contained in:
Owen
2025-05-25 14:30:36 -04:00
committed by GitHub
parent 1fd5542373
commit 138af2a09c

View File

@@ -431,7 +431,7 @@ public final class ChatProcessor {
};
}
// "legacy" compatability renderer
// api compatability renderer
@Override
public Component render(final Player source, final Component sourceDisplayName, final Component message, final Audience viewer) {
ChatType.Bound nms = compute(source, sourceDisplayName, message, viewer).bound();