A bit of cleaning up

This commit is contained in:
TfT_02
2013-09-20 00:15:22 +02:00
parent 834e26b44e
commit ce7a7a31a7
4 changed files with 8 additions and 6 deletions

View File

@ -35,7 +35,7 @@ public class RepairManager extends SkillManager {
/**
* Handles notifications for placing an anvil.
*
* @param anvilId The item ID of the anvil block
* @param anvilType The {@link Material} of the anvil block
*/
public void placedAnvilCheck(Material anvilType) {
Player player = getPlayer();