Skip to content

Empty comments break the function #3

@hanmindev

Description

@hanmindev

If a function has an empty comment (only one #), the function will break.

For example:

# this is a comment
/say hi

is a valid function

# this is a comment
#
/say hi

is not a valid function.

It works in vanilla minecraft, but not with the mod.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions