mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-14 03:24:43 +02:00
More mining updates.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user