Skip to content

Commit

Permalink
Fix error message in BlockDataNotCloned6829
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Jun 30, 2024
1 parent ce09483 commit 69d2aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class BlockDataNotCloned6829 extends SkriptJUnitTest {

public void run(String unparsedEffect, Event event) {
Effect effect = Effect.parse(unparsedEffect, "Can't understand this condition: " + unparsedEffect);
Effect effect = Effect.parse(unparsedEffect, "Can't understand this effect: " + unparsedEffect);
if (effect == null)
throw new IllegalStateException();
TriggerItem.walk(effect, event);
Expand Down

0 comments on commit 69d2aed

Please sign in to comment.