diff options
| author | Walker Selby <git@walkerselby.com> | 2022-10-19 15:07:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-20 00:07:27 +0200 |
| commit | 498b8d8a7dbef859cd5829fceee7f83dbe69d870 (patch) | |
| tree | c2e0895b58da61de7be3aa7369a52cfa8cf09e46 /src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java | |
| parent | 90d3fcd1667f12fe0bfe3e311c4739266274a620 (diff) | |
| download | notenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.tar.gz notenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.tar.bz2 notenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.zip | |
Miscellaneous Typos (#339)
Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CustomizeCommand.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
