Improvements to info commands.

This commit is contained in:
Olof Larsson
2013-04-26 17:54:06 +02:00
parent 1609a7cfea
commit 3d50e84360
3 changed files with 49 additions and 9 deletions

View File

@ -31,7 +31,7 @@ public class PowerMixinDefault implements PowerMixin
@Override
public double getMin(UPlayer uplayer)
{
return UConf.get(uplayer).powerMin + uplayer.getPowerBoost();
return UConf.get(uplayer).powerMin;
}
@Override