Fix for /f money command not being shown in help, and some other minor cleanup

This commit is contained in:
Brettflan
2011-10-16 09:11:29 -05:00
parent 0b04c95990
commit e3284a5ee1
4 changed files with 8 additions and 8 deletions

View File

@ -50,11 +50,10 @@ public class Econ
{
register = (Register)plug;
P.p.log("Economy integration through register successful.");
P.p.log("Economy integration through Register plugin successful.");
if ( ! Conf.econEnabled)
{
P.p.log("NOTE: Economy is disabled. Enable in conf \"econEnabled\": true");
}
}
else
{