Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: sovdee <[email protected]>
  • Loading branch information
cheeezburga and sovdeeth authored Jul 14, 2024
1 parent 5ba53c4 commit d231cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ch/njol/skript/effects/EffCharge.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
import org.bukkit.event.Event;
import org.eclipse.jdt.annotation.Nullable;

@Name("Charge")
@Name("Charge Entity")
@Description("Charges or uncharges a creeper or wither skull. A creeper is charged when it has been struck by lightning.")
@Examples({
"on spawn of creeper:",
"\tcharge the event-entity"
"\tcharge the event-entity"
})
@Since("2.5")
public class EffCharge extends Effect {
Expand Down

0 comments on commit d231cba

Please sign in to comment.