mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Add final modifier to Player parameter
This commit is contained in:
parent
5bd2b8b217
commit
014fb0793d
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ public abstract class CoreAbility implements Ability {
|
|||
return ConfigManager.languageConfig.get().getString("Abilities." + elementName + "." + this.getName() + ".Description");
|
||||
}
|
||||
|
||||
public String getMovePreview(Player player) {
|
||||
public String getMovePreview(final Player player) {
|
||||
BendingPlayer bPlayer = BendingPlayer.getBendingPlayer(player);
|
||||
String displayedMessage = "";
|
||||
if (bPlayer.isOnCooldown(this)) {
|
||||
|
|
Loading…
Reference in a new issue