Correct velocity example not appending error component (#289)

This commit is contained in:
Alastair Woodbury 2021-08-18 18:15:02 +01:00 committed by GitHub
parent d55f59b227
commit f14d27314b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,8 @@ public final class ExampleVelocityPlugin {
.color(NamedTextColor.WHITE)
.append(Component.text('['))
.append(Component.text("cloud-velocity-example", TextColor.color(0x1CBAE0)))
.append(Component.text(']'))
.append(Component.text("] "))
.append(component)
.build())
.apply(commandManager, AudienceProvider.nativeAudience());
commandManager.command(