mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +01:00
Removed no longer needed check
This commit is contained in:
parent
77014b03ef
commit
ef1a777180
@ -23,9 +23,7 @@ public class GreenThumbTimer implements Runnable {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
if (this.block.getType() != this.type) {
|
||||
this.block.setType(this.type);
|
||||
}
|
||||
this.block.setType(this.type);
|
||||
|
||||
int skillLevel = this.profile.getSkillLevel(SkillType.HERBALISM);
|
||||
int greenThumbStage = skillLevel / Herbalism.greenThumbStageChangeLevel;
|
||||
|
Loading…
Reference in New Issue
Block a user