We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should not flag this as an error, at least when used in an attachable
The text was updated successfully, but these errors were encountered:
https://github.com/Blockception/BC-Minecraft-Bedrock-Diagnoser/blob/main/src/Lib/Diagnostics/Molang/diagnostics.ts#L150
Doesn't this mean it should be transferred back to the diagnoser?
if (InternalIdentifiable.has(MolangData.get(owner)?.Variables ?? [], check)) continue;
Or maybe not?
Sorry, something went wrong.
Think it should be defined as an item variable 🤔 or attachable
Anything I can do to help move this along?
No branches or pull requests
Should not flag this as an error, at least when used in an attachable
The text was updated successfully, but these errors were encountered: