removed inconsistent spacing in acinform
This commit is contained in:
		| @@ -89,14 +89,14 @@ public class AcInform extends Appliance { | |||||||
|  |  | ||||||
|                 .append(Component.text("[", NamedTextColor.GRAY)) |                 .append(Component.text("[", NamedTextColor.GRAY)) | ||||||
|                 .append(Component.text("Report", NamedTextColor.GOLD)) |                 .append(Component.text("Report", NamedTextColor.GOLD)) | ||||||
|                 .append(Component.text("] ", NamedTextColor.GRAY)) |                 .append(Component.text("]", NamedTextColor.GRAY)) | ||||||
|                 .clickEvent(ClickEvent.suggestCommand(String.format("/report %s anticheat %s flagged %s", playerName, anticheatName, checkName))) |                 .clickEvent(ClickEvent.suggestCommand(String.format("/report %s anticheat %s flagged %s", playerName, anticheatName, checkName))) | ||||||
|         ); |         ); | ||||||
|  |  | ||||||
|         component.append( |         component.append( | ||||||
|             Component.text(" [", NamedTextColor.GRAY) |             Component.text(" [", NamedTextColor.GRAY) | ||||||
|                 .append(Component.text("Kick", NamedTextColor.GOLD)) |                 .append(Component.text("Kick", NamedTextColor.GOLD)) | ||||||
|                 .append(Component.text("] ", NamedTextColor.GRAY)) |                 .append(Component.text("]", NamedTextColor.GRAY)) | ||||||
|                 .clickEvent(ClickEvent.suggestCommand(String.format("/kick %s", playerName))) |                 .clickEvent(ClickEvent.suggestCommand(String.format("/kick %s", playerName))) | ||||||
|         ); |         ); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user