mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-26 10:19:16 +00:00
Remove duplicate translation
This commit is contained in:
@@ -156,7 +156,7 @@ public final class LinkAccountCommand implements Command {
|
||||
LINK_REQUEST_ERROR("floodgate.command.link_request.error"),
|
||||
INVALID_CODE("floodgate.command.link_account.invalid_code"),
|
||||
NO_LINK_REQUESTED("floodgate.command.link_account.no_link_requested"),
|
||||
LINK_REQUEST_DISABLED("floodgate.command.link_request.disabled");
|
||||
LINK_REQUEST_DISABLED("floodgate.commands.linking_disabled");
|
||||
|
||||
@Getter private final String message;
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ public final class UnlinkAccountCommand implements Command {
|
||||
UNLINK_SUCCESS("floodgate.command.unlink_account.unlink_success"),
|
||||
// TODO also used to have CHECK_CONSOLE
|
||||
UNLINK_ERROR("floodgate.command.unlink_account.error"),
|
||||
LINKING_NOT_ENABLED("floodgate.command.unlink_account.disabled");
|
||||
LINKING_NOT_ENABLED("floodgate.commands.linking_disabled");
|
||||
|
||||
@Getter private final String message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user