mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 02:59:06 +02:00
More cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user