mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-24 06:23:59 +00:00
More cleanup
This commit is contained in:
parent
3d29248ace
commit
1abacf00df
32 changed files with 83 additions and 78 deletions
|
@ -69,7 +69,7 @@ public class Commandpotion extends EssentialsCommand
|
|||
final MetaItemStack mStack = new MetaItemStack(stack);
|
||||
for (String arg : args)
|
||||
{
|
||||
mStack.addPotionMeta(user, true, arg, ess);
|
||||
mStack.addPotionMeta(user.getBase(), true, arg, ess);
|
||||
}
|
||||
if (mStack.completePotion())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue