Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
EquipableMC committed Dec 26, 2024
1 parent d43bdb9 commit 35e0c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/ch/njol/skript/effects/EffKill.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"kill all creepers in the player's world",
"kill all endermen, witches and bats",
"kill the player ignoring totem of undying",
"kill target entity ignoring totem of undying",})
"kill target entity ignoring totem of undying",
})
@Since("1.0, INSERT VERSION (ignoring totem of undying)")
public class EffKill extends Effect {

Expand Down

0 comments on commit 35e0c4e

Please sign in to comment.