Skip to content

Commit

Permalink
7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Aug 2, 2024
1 parent 5a58c8e commit 22f8d8e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ public enum PlayerCooldown {
/**
* Cooldown for /lands rename.
*/
RENAME_LAND("land.rename.rename-cooldown"),
RENAME_LAND("land.name.rename.cooldown_rename"),
/**
* Cooldown for /nations rename.
*/
RENAME_NATION("rename.cooldown_rename", ConfigType.NATIONS),
RENAME_NATION("nation.name.rename.cooldown_rename", ConfigType.NATIONS),
/**
* Cooldown for land spawn teleportation.
*/
Expand Down Expand Up @@ -115,6 +115,6 @@ public enum ConfigType {
*/
@NotNull
public String getBypass() {
return "lands.bypass.cooldown." + toString();
return getConfigType().toString() + ".bypass.cooldown." + toString();
}
}

0 comments on commit 22f8d8e

Please # to comment.