mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-13 01:35:27 +02:00
Refactoring, removing useless variables, changing ints to doubles, etc.
This commit is contained in:
@@ -247,7 +247,7 @@ public class Combat {
|
||||
|
||||
ArcheryManager archeryManager = new ArcheryManager(shooter);
|
||||
|
||||
archeryManager.bonusDamage(event);
|
||||
archeryManager.skillShot(event);
|
||||
|
||||
if (target instanceof Player) {
|
||||
archeryManager.dazeCheck((Player) target, event);
|
||||
|
Reference in New Issue
Block a user