mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 11:36:43 +01:00
Fixed missing translation key for removing a disguise via the command
This commit is contained in:
parent
55f187ef6b
commit
c500bb7763
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
|||
|
||||
"commands.disguise.usage": "/disguise <player> <entity> [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",
|
||||
|
|
Loading…
Reference in a new issue