Basic logging of trade/buy/sell signs and sell command

This commit is contained in:
snowleo 2011-07-06 02:58:59 +02:00
parent 8afde1ccc0
commit b272374072
7 changed files with 122 additions and 1 deletions

View file

@ -385,4 +385,9 @@ public class Settings implements IConf
}
return max;
}
boolean isEcoLogEnabled()
{
return config.getBoolean("economy-log-enabled", false);
}
}