Skip to content

__yui_init should account for if it's ran from IDE and not sandboxed #117

@tabularelf

Description

@tabularelf

if GM_build_type == "run"
doesn't check if it's not sandboxed before running the next line of code, it just checks to see if it's ran from the IDE. This could be done by adding && !GM_is_sandboxed to the end of the if statement.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions