-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The following creates invalid output:
if ('score X Y matches 1') {
# Comment
say hi
}The output is:
execute if score X Y matches 1 run # Comment
execute if score X Y matches 1 run say hiSlash comments (//) must be used instead.
What should happen is that the hash comment is just placed before the following command, like:
# Comment
execute if score X Y matches 1 run say hiMetadata
Metadata
Assignees
Labels
No labels