mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-29 18:41:43 +00:00
Misc cleanup
This commit is contained in:
parent
3f5e2ad85a
commit
3d29248ace
36 changed files with 68 additions and 67 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue