From 498b8d8a7dbef859cd5829fceee7f83dbe69d870 Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Wed, 19 Oct 2022 15:07:27 -0700 Subject: Miscellaneous Typos (#339) Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> --- .../moulberry/notenoughupdates/commands/misc/CustomizeCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java b/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java index cca6535e..2b184fa0 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java @@ -54,7 +54,7 @@ public class CustomizeCommand extends ClientCommandBase { String heldUUID = NotEnoughUpdates.INSTANCE.manager.getUUIDForItem(held); if (heldUUID == null) { - sender.addChatMessage(new ChatComponentText("\u00a7cHeld item does not have UUID, cannot be customized")); + sender.addChatMessage(new ChatComponentText("\u00a7cHeld item does not have a UUID, so it cannot be customized")); return; } -- cgit