mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-09 02:38:46 +01:00
Code Cleanup Pt 2
This commit is contained in:
@@ -25,7 +25,7 @@ public class Archery {
|
||||
|
||||
public Archery()
|
||||
{
|
||||
List<TrackedEntity> trackedEntities = new ArrayList<TrackedEntity>();
|
||||
List<TrackedEntity> trackedEntities = new ArrayList<>();
|
||||
|
||||
skillShotMaxBonusDamage = AdvancedConfig.getInstance().getSkillShotDamageMax();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user