okay don't save IDE

This commit is contained in:
Lemon
2018-07-06 22:17:00 +05:00
committed by GitHub
parent 12a0b6961b
commit 114567f94c

View File

@ -51,7 +51,7 @@ public class MobBlocker extends FreedomService
}
if (((Attributable) entity).getAttribute(Attribute.GENERIC_MOVEMENT_SPEED).getBaseValue() > 10.0)
{
((Attributable) entity).getAttribute(Attribute.GENERIC_FOLLOW_RANGE).setBaseValue(10.0);
((Attributable) entity).getAttribute(Attribute.GENERIC_MOVEMENT_SPEED).setBaseValue(10.0);
}
}
}