mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 00:55:10 +02:00
Try to be a little less confusing with non-command debug errors.
This commit is contained in:
@@ -82,7 +82,7 @@ public abstract class EssentialsChatPlayer implements Listener
|
||||
}
|
||||
catch (ChargeException e)
|
||||
{
|
||||
ess.showError(chatStore.getUser().getSource(), e, chatStore.getLongType());
|
||||
ess.showError(chatStore.getUser().getSource(), e, "\\ chat " + chatStore.getLongType());
|
||||
event.setCancelled(true);
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user