9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-27 02:49:08 +00:00

clean: remove unused loop

This commit is contained in:
LoJoSho
2023-04-17 10:51:56 -05:00
parent 2ab0b119e7
commit 8c62b47d5b

View File

@@ -252,9 +252,11 @@ public final class HMCCosmeticsPlugin extends JavaPlugin {
MessagesUtil.sendDebugMessages("Added '" + animationName + "' to Player Animator ");
}
/*
for (Map.Entry<String, AnimationPack> packEntry : PlayerAnimator.api.getAnimationManager().getRegistry().entrySet()) {
//Set<String> animationNames = packEntry.getValue().getAnimations().keySet().stream().map(animation -> packEntry.getKey().replace(":", ".") + "." + animation).collect(Collectors.toSet());
Set<String> animationNames = packEntry.getValue().getAnimations().keySet().stream().map(animation -> packEntry.getKey().replace(":", ".") + "." + animation).collect(Collectors.toSet());
}
*/
}
getInstance().getLogger().info("Successfully Enabled HMCCosmetics");