1
0
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:
KHobbits
2013-11-24 23:48:04 +00:00
parent 0a9845cc40
commit d624fe68b2
3 changed files with 18 additions and 13 deletions

View File

@@ -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;
}