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

Amplifier and tick are swapped #8

Closed
Focusvity opened this issue Apr 23, 2022 · 2 comments
Closed

Amplifier and tick are swapped #8

Focusvity opened this issue Apr 23, 2022 · 2 comments
Assignees
Labels
bug Something isn't working confirmed

Comments

@Focusvity
Copy link
Owner

Reported on TF forum: https://forum.totalfreedom.me/d/4197-itemizer-potion-values-swapped

@Focusvity Focusvity added bug Something isn't working confirmed labels Apr 23, 2022
@Focusvity Focusvity self-assigned this Apr 23, 2022
@Focusvity
Copy link
Owner Author

Focusvity commented Apr 23, 2022

    public PotionEffect(@NotNull PotionEffectType type, int duration, int amplifier) {
        this(type, duration, amplifier, true);
    }

https://github.com/Focusvity/ItemizerX/blob/main/src/main/java/me/focusvity/itemizerx/ItemizerXCommand.java#L295

@Focusvity
Copy link
Owner Author

Fixed in 4acb055

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

1 participant