Implemented Auto Shots with Config.
This commit is contained in:
@@ -113,6 +113,6 @@ public final class Summon extends AbstractEffect
|
||||
summon.setRunning();
|
||||
summon.spawnMe();
|
||||
|
||||
player.handleAutoShots();
|
||||
player.handleAutoShots(false);
|
||||
}
|
||||
}
|
||||
|
@@ -104,6 +104,6 @@ public final class SummonMulti extends AbstractEffect
|
||||
summon.setRunning();
|
||||
summon.spawnMe();
|
||||
|
||||
player.handleAutoShots();
|
||||
player.handleAutoShots(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user