Skip to content

Commit

Permalink
remove broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
Efnilite committed Jun 15, 2024
1 parent ca09563 commit 9125342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/skript/junit/EvtPiglinBarterTest.sk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ test "EvtPiglinBarterJUnit" when running JUnit:
else:
set {_slashIndex} to last index of "/" in "%script%.sk"
set {_parent} to substring of "%script%.sk" from 0 to {_slashIndex}
broadcast "Loading script %{_parent}%-EvtPiglinBarter.sk"
load script "%{_parent}%-EvtPiglinBarter.sk"

set {_tests::1} to "correct barter input"
Expand Down

0 comments on commit 9125342

Please sign in to comment.