-
-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the burning time expression not returning super in the init (#7374
) * Fix the burning time expression not returning super * Change the test name to match the issue * Update src/test/skript/tests/regressions/7373-burning-time-in-section.sk --------- Co-authored-by: Moderocky <admin@moderocky.com>
- Loading branch information
1 parent
3e8c8ba
commit 79748d8
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/test/skript/tests/regressions/7373-burning-time-in-section.sk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
test "7373 burning time section": | ||
spawn a pig at event-location: | ||
set burning time of event-entity to 9000 ticks | ||
set {_e} to entity | ||
delete entity within {_e} |