Fix for /f money command not being shown in help, and some other minor cleanup
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user