Fix translation key used for parent clear (#2773)

This commit is contained in:
Federico López 2020-12-14 18:49:25 -03:00 committed by GitHub
parent 2d4af4c691
commit fa89236e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2041,7 +2041,7 @@ public interface Message {
Args3<PermissionHolder, ContextSet, Integer> PARENT_CLEAR_SUCCESS = (holder, context, removeCount) -> prefixed(translatable()
// "&b{}&a's parents were cleared in context {}&a. (&b{}&a nodes were removed.)"
.key("luckperms.command.generic.parent.clear-track")
.key("luckperms.command.generic.parent.clear")
.color(GREEN)
.args(
text().color(AQUA).append(holder.getFormattedDisplayName()),