Skip to content

Commit

Permalink
Fix visual effects default range (SkriptLang#4843)
Browse files Browse the repository at this point in the history
  • Loading branch information
TPGamesNL committed Jun 29, 2022
1 parent a850de2 commit d45f743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ch/njol/skript/effects/EffVisualEffect.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public class EffVisualEffect extends Effect {

static {
Skript.registerEffect(EffVisualEffect.class,
"(play|show) %visualeffects% (on|%directions%) %entities/locations% [(to %-players%|in (radius|range) of %number%)]",
"(play|show) %number% %visualeffects% (on|%directions%) %locations% [(to %-players%|in (radius|range) of %number%)]");
"(play|show) %visualeffects% (on|%directions%) %entities/locations% [(to %-players%|in (radius|range) of %-number%)]",
"(play|show) %number% %visualeffects% (on|%directions%) %locations% [(to %-players%|in (radius|range) of %-number%)]");
}

@SuppressWarnings("NotNullFieldNotInitialized")
Expand Down

0 comments on commit d45f743

Please sign in to comment.