Skip to content

Commit

Permalink
Merge branch 'dev/patch' into patch/fix-quotes-in-command-args
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus authored Aug 16, 2024
2 parents b1b0afd + aa3fbbc commit 7d646a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/effects/EffLook.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@Name("Look At")
@Description("Forces the mob(s) or player(s) to look at an entity, vector or location. Vanilla max head pitches range from 10 to 50.")
@Examples({
"force the head of the player to look towards event-entity's feet",
"force the player to look towards event-entity's feet",
"",
"on entity explosion:",
"\tset {_player} to the nearest player",
Expand Down

0 comments on commit 7d646a0

Please sign in to comment.