1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 13:49:12 +02:00

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 d6dfe5da65
commit ff46b39f2b
145 changed files with 1848 additions and 590 deletions

View File

@@ -82,7 +82,7 @@ public abstract class EssentialsChatPlayer implements Listener
}
catch (ChargeException e)
{
ess.showError(chatStore.getUser().getBase(), e, chatStore.getLongType());
ess.showError(chatStore.getUser().getSource(), e, chatStore.getLongType());
event.setCancelled(true);
return false;
}