mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
Fixed shulker missile not working
This commit is contained in:
parent
0da5c6877c
commit
2e6bae16b5
@ -32,7 +32,7 @@ import javax.annotation.Nullable;
|
||||
|
||||
public class ShulkerMissile extends SkillHandler<VectorSkillResult> implements Listener {
|
||||
public ShulkerMissile() {
|
||||
super();
|
||||
super("SHULKER_MISSILE");
|
||||
|
||||
registerModifiers("damage", "effect-duration", "duration");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user