mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-22 09:31:20 +01:00
!No particles and icon
It was never like this, if its a conflict between users, I don't mind making a config setting for it.
This commit is contained in:
parent
970876b623
commit
ff085d1dbe
@ -33,6 +33,6 @@ public class PotionEffectData {
|
||||
}
|
||||
|
||||
public PotionEffect toEffect() {
|
||||
return new PotionEffect(type, (int) (duration * 20), level - 1);
|
||||
return new PotionEffect(type, (int) (duration * 20), level - 1, true, false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user