Skip to content

Commit f138d62

Browse files
[autofix.ci] apply automated fixes
1 parent 9cc388a commit f138d62

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

plugin/src/main/kotlin/dev/betrix/superSmashMobsBrawl/abilities/TargetLaserAbility.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ class TargetLaserAbility(player: Player) : BrawlAbility("target_laser", player)
99
player.sendDebugMessage("Target Laser ability pending implementation")
1010
}
1111
}
12-

plugin/src/main/kotlin/dev/betrix/superSmashMobsBrawl/abilities/WaterSplashAbility.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ class WaterSplashAbility(player: Player) : BrawlAbility("water_splash", player)
99
player.sendDebugMessage("Water Splash ability pending implementation")
1010
}
1111
}
12-

plugin/src/main/kotlin/dev/betrix/superSmashMobsBrawl/abilities/WhirlpoolAxeAbility.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ class WhirlpoolAxeAbility(player: Player) : BrawlAbility("whirlpool_axe", player
99
player.sendDebugMessage("Whirlpool Axe ability pending implementation")
1010
}
1111
}
12-

plugin/src/main/kotlin/dev/betrix/superSmashMobsBrawl/passives/ThornsPassive.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ class ThornsPassive(player: Player) : BrawlPassive("thorns", player) {
1414
super.teardown()
1515
}
1616
}
17-
18-

0 commit comments

Comments
 (0)