Extract CommandSender to CommandSource, this should prevent Ess user object leaks.

This commit is contained in:
KHobbits 2013-10-16 20:59:39 +01:00
parent cf9d79d24c
commit 6f85761f7f
145 changed files with 1848 additions and 590 deletions

View file

@ -113,7 +113,7 @@ public class Commandfirework extends EssentialsCommand
{
try
{
mStack.addFireworkMeta(user.getBase(), true, arg, ess);
mStack.addFireworkMeta(user.getSource(), true, arg, ess);
}
catch (Exception e)
{