Now using automated help. Fixed SeeChunk issues.

This commit is contained in:
Olof Larsson
2012-05-09 05:56:37 +02:00
parent 67e5aa8464
commit a0a163056d
8 changed files with 58 additions and 60 deletions

View File

@ -48,7 +48,7 @@ public class Econ
if ( ! Conf.econEnabled)
P.p.log("NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true");
P.p.cmdBase.cmdHelp.updateHelp();
//P.p.cmdBase.cmdHelp.updateHelp();
oldMoneyDoTransfer();
}