Skip to content

Commit

Permalink
Merge pull request SkriptLang#6170 from SkriptLang/feature/descriptio…
Browse files Browse the repository at this point in the history
…n-equal

Fix arm swing description
  • Loading branch information
Moderocky authored Nov 3, 2023
2 parents 8efc550 + 021788e commit 9f77449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/events/SimpleEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ public class SimpleEvents {
"\tsend \"Fertilized %size of fertilized blocks% blocks got fertilized.\"")
.since("2.5");
Skript.registerEvent("Arm Swing", SimpleEvent.class, PlayerAnimationEvent.class, "[player] arm swing")
.description("Called when a player swings his arm.")
.description("Called when a player swings their arm.")
.examples("on arm swing:",
"\tsend \"You swung your arm!\"")
.since("2.5.1");
Expand Down

0 comments on commit 9f77449

Please sign in to comment.