mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Fix typo
This commit is contained in:
@@ -431,7 +431,7 @@ public final class ChatProcessor {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// "legacy" compatability renderer
|
// api compatability renderer
|
||||||
@Override
|
@Override
|
||||||
public Component render(final Player source, final Component sourceDisplayName, final Component message, final Audience viewer) {
|
public Component render(final Player source, final Component sourceDisplayName, final Component message, final Audience viewer) {
|
||||||
ChatType.Bound nms = compute(source, sourceDisplayName, message, viewer).bound();
|
ChatType.Bound nms = compute(source, sourceDisplayName, message, viewer).bound();
|
||||||
|
Reference in New Issue
Block a user