Skip to content

Commit

Permalink
Changes @name to match file name, description, original pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeezburga committed Jan 6, 2025
1 parent 44922cb commit a728c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import static ch.njol.skript.expressions.ExprYawPitch.fromYawAndPitch;

@Name("Vectors - Vector from Pitch and Yaw")
@Name("Vectors - Vector from Yaw and Pitch")
@Description("Creates a vector from a yaw and pitch value.")
@Examples("set {_v} to vector from yaw 45 and pitch 45")
@Since("2.2-dev28")
Expand Down

0 comments on commit a728c3b

Please sign in to comment.