mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +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
|
@Override
|
||||||
public void run() {
|
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 skillLevel = this.profile.getSkillLevel(SkillType.HERBALISM);
|
||||||
int greenThumbStage = skillLevel / Herbalism.greenThumbStageChangeLevel;
|
int greenThumbStage = skillLevel / Herbalism.greenThumbStageChangeLevel;
|
||||||
|
Loading…
Reference in New Issue
Block a user