Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug Verbosity showing in incorrect order #7236

Open
1 task done
ShaneBeee opened this issue Dec 2, 2024 · 0 comments
Open
1 task done

Debug Verbosity showing in incorrect order #7236

ShaneBeee opened this issue Dec 2, 2024 · 0 comments

Comments

@ShaneBeee
Copy link
Contributor

ShaneBeee commented Dec 2, 2024

Skript/Server Version

> sk info
[14:05:27 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[14:05:27 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[14:05:27 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[14:05:27 INFO]: [Skript] Server Version: 1.21.3-56-bb32b05 (MC: 1.21.3)
[14:05:27 INFO]: [Skript] Skript Version: 2.9.5 (skriptlang-github)
[14:05:27 INFO]: [Skript] Installed Skript Addons: 
[14:05:27 INFO]: [Skript]  - skript-reflect v2.5.1 (https://github.com/SkriptLang/skript-reflect)
[14:05:27 INFO]: [Skript]  - SkBee v3.6.4 (https://github.com/SkriptHub/SkBee)
[14:05:27 INFO]: [Skript]  - SkBriggy v1.4.2 (https://github.com/ShaneBeee/SkBriggy)
[14:05:27 INFO]: [Skript] Installed dependencies: 
[14:05:27 INFO]: [Skript]  - Vault v1.7.3-b131

Bug Description

When verbosity is set to DEBUG, the order of items sent in console does not match the order of lines in a script.

Expected Behavior

I would expect the order to follow the order in a script

Steps to Reproduce

Plop this in a script:

on break:
	if player's tool is a diamond sword:
		loop blocks in radius 3 around player:
			send "hi" to player

output:

[14:03:15 INFO]: loading 'test.sk'
[14:03:15 INFO]: loaded 1 structure from 'test.sk'
[14:03:15 INFO]: break (break/place/burn/fade/form of <none>):
[14:03:16 INFO]:             send "hi" to the player
[14:03:16 INFO]:         loop the blocks in radius 3 around (the player >> snipped(converter))
[14:03:16 INFO]:     if  tool of the player is equal to [[itemtype:diamond sword]] (snipped(comparator))

Errors or Screenshots

No response

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant