Skip to content

Commit

Permalink
Fix incorrect examples for EffPotion (#6224)
Browse files Browse the repository at this point in the history
* Update EffPotion.java

* Update src/main/java/ch/njol/skript/effects/EffPotion.java

Co-authored-by: Ayham Al Ali <[email protected]>

---------

Co-authored-by: Ayham Al Ali <[email protected]>
  • Loading branch information
sovdeeth and AyhamAl-Ali authored Dec 10, 2023
1 parent fccb68e commit d25ae56
Showing 1 changed file with 1 addition and 1 deletion.
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"
})
@Since(
"2.0, 2.2-dev27 (ambient and particle-less potion effects), " +
Expand Down

0 comments on commit d25ae56

Please sign in to comment.