Put these arguments the right way round
This commit is contained in:
@@ -26,7 +26,7 @@ public class ArcaneLock extends SpellRay {
|
||||
public static final String NBT_KEY = "arcaneLockOwner";
|
||||
|
||||
public ArcaneLock(){
|
||||
super("arcane_lock", false, SpellActions.POINT);
|
||||
super("arcane_lock", SpellActions.POINT, false);
|
||||
}
|
||||
|
||||
@Override public boolean requiresPacket(){ return true; }
|
||||
|
||||
Reference in New Issue
Block a user