More mining updates.

This commit is contained in:
gmcferrin
2013-01-08 10:46:19 -05:00
parent b99d261084
commit 753652dcf9
2 changed files with 0 additions and 6 deletions

View File

@ -13,7 +13,6 @@ public class MiningManager {
private Player player;
private PlayerProfile profile;
private int skillLevel;
private Permissions permissionsInstance;
public MiningManager (Player player) {
this.player = player;
@ -56,10 +55,6 @@ public class MiningManager {
return skillLevel;
}
protected Permissions getPermissionsInstance() {
return permissionsInstance;
}
protected Player getPlayer() {
return player;
}