checkstyle

This commit is contained in:
TheRealNull
2020-01-19 04:28:56 -05:00
parent 620282baed
commit db88818aca

View File

@@ -47,6 +47,9 @@ public class AnimationsPlugin extends Plugin
private final AnimationsClient animationsClient = new AnimationsClient(); private final AnimationsClient animationsClient = new AnimationsClient();
private HashMap<Integer, int[]> animations; private HashMap<Integer, int[]> animations;
@Inject
private Client client;
{ {
try try
{ {
@@ -58,9 +61,6 @@ public class AnimationsPlugin extends Plugin
} }
} }
@Inject
private Client client;
@Subscribe @Subscribe
private void onAnimationChanged(AnimationChanged event) private void onAnimationChanged(AnimationChanged event)
{ {