Fix whitespace [skip actions]

This commit is contained in:
github-actions
2022-08-21 11:33:54 +00:00
parent a746d11b6f
commit c517b8a2c9
919 changed files with 754457 additions and 3136 deletions

View File

@@ -56,7 +56,7 @@ public final class AbilityManager extends BasePlayerManager {
}
// Check if the caster matches the player.
if(player.getTeamManager().getCurrentAvatarEntity().getId() != casterId) {
if (player.getTeamManager().getCurrentAvatarEntity().getId() != casterId) {
return;
}
@@ -66,7 +66,7 @@ public final class AbilityManager extends BasePlayerManager {
}
// Check if the skill is an elemental burst.
if(skillData.getCostElemVal() <= 0) {
if (skillData.getCostElemVal() <= 0) {
return;
}
@@ -85,7 +85,7 @@ public final class AbilityManager extends BasePlayerManager {
}
// Check if the player is invulnerable.
if(!this.abilityInvulnerable) {
if (!this.abilityInvulnerable) {
return;
}