From c500bb7763f58c9222508180709d381e928b118f Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 27 Sep 2020 21:29:59 +0200 Subject: [PATCH] Fixed missing translation key for removing a disguise via the command --- src/main/resources/assets/unicopia/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index 89e8580b..22abe86f 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -145,6 +145,7 @@ "commands.disguise.usage": "/disguise [nbt]", "commands.disguise.notfound": "The entity id '%s' does not exist.", + "commands.disguise.removed": "Removed disguise.", "commands.disguise.success.other": "%1$s is now disguised as %2$s", "commands.disguise.success.self": "Updated disguise to %s", "commands.disguise.success.otherself": "%1$s changed their disguise to %2$s",