Misc cleanup

This commit is contained in:
KHobbits 2013-07-07 12:11:57 +01:00
parent 3f5e2ad85a
commit 3d29248ace
36 changed files with 68 additions and 67 deletions

View file

@ -57,7 +57,7 @@ public class Commandpotion extends EssentialsCommand
{
for (PotionEffect effect : pmeta.getCustomEffects())
{
effect.apply(user);
effect.apply(user.getBase());
}
}
else if (args.length < 3)