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

fix: Handle Undefined 'first_diode' Variable to Prevent Plugin Crash #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aiden10x
Copy link

This commit fixes a plugin crash from first_diode being undefined even when move_diodes is false.

And also changed:
if not first_diode and relative_diode_mode:

to :
if not first_diode and move_diodes:

That seems to be the correct check?

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

Successfully merging this pull request may close these issues.

1 participant