mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-28 18:20:31 +00:00
Extract CommandSender to CommandSource, this should prevent Ess user object leaks.
This commit is contained in:
parent
cf9d79d24c
commit
6f85761f7f
145 changed files with 1848 additions and 590 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue