Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect examples for EffPotion #6224

Merged
merged 2 commits into from
Dec 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/effects/EffPotion.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"\tapply potion of strength of tier {strength::%uuid of player%} to the player for 999 days # Before 1.19.4",
"",
"apply potion effects of player's tool to player",
"apply haste potion of tier 3 without any particles to the player whilst hiding the potion icon # Hide potions"
"apply haste potion of tier 3 without any particles whilst hiding the potion icon to the player# Hide potions"
sovdeeth marked this conversation as resolved.
Show resolved Hide resolved
})
@Since(
"2.0, 2.2-dev27 (ambient and particle-less potion effects), " +
Expand Down