1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 05:51:56 +02:00

More cleanup

This commit is contained in:
KHobbits
2013-07-07 13:02:40 +01:00
parent 35e0cab96a
commit 3632ace61d
32 changed files with 83 additions and 78 deletions

View File

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