A bit of command help menu cleanup

This commit is contained in:
Brettflan
2011-10-15 12:46:44 -05:00
parent 3981ca4dde
commit 61bd37c99b
10 changed files with 10 additions and 14 deletions

View File

@ -58,7 +58,7 @@ public class Econ
}
else
{
P.p.log("Economy integration failed. The plugin \"Register\" is not installed.");
P.p.log("Economy integration is "+(Conf.econEnabled ? "enabled, but" : "disabled, and")+" the plugin \"Register\" is not installed.");
}
P.p.cmdBase.cmdHelp.updateHelp();